summaryrefslogtreecommitdiff
path: root/nix-test/src/sizes.c
diff options
context:
space:
mode:
Diffstat (limited to 'nix-test/src/sizes.c')
-rw-r--r--nix-test/src/sizes.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/nix-test/src/sizes.c b/nix-test/src/sizes.c
index 97a9b4a3..ca862003 100644
--- a/nix-test/src/sizes.c
+++ b/nix-test/src/sizes.c
@@ -1,5 +1,7 @@
-#include "sys/socket.h"
-#include "sys/uio.h"
+#include <sys/socket.h>
+#include <sys/uio.h>
+
+#include <string.h>
#define SIZE_OF_T(TYPE) \
do { \