diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-09 21:35:30 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-09 21:35:30 -0600 |
commit | cd5768ef4bc36b33699539d9656f455bafb0de0c (patch) | |
tree | 55aa107d229e85d5b7eb611b7124eaf150d3a3bd /lib9p/core_include | |
parent | ef5956962675d7cb1bdb76a2fc45760b002a570c (diff) | |
parent | ba860d699f4e5bfe8cd19b140044bbbd2f78919a (diff) |
Merge branch 'lukeshu/misc'
Diffstat (limited to 'lib9p/core_include')
-rw-r--r-- | lib9p/core_include/lib9p/core.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib9p/core_include/lib9p/core.h b/lib9p/core_include/lib9p/core.h index 9d92312..fc4eedf 100644 --- a/lib9p/core_include/lib9p/core.h +++ b/lib9p/core_include/lib9p/core.h @@ -7,9 +7,8 @@ #ifndef _LIB9P_CORE_H_ #define _LIB9P_CORE_H_ -#include <stdint.h> /* for uint{n}_t */ -#include <string.h> /* for memset() */ -#include <sys/types.h> /* for ssize_t */ +#include <stdint.h> /* for uint{n}_t */ +#include <string.h> /* for memset() */ #include <libhw/generic/io.h> /* for struct iovec */ #include <libmisc/assert.h> |