Skip to content

Commit c1a763c

Browse files
committed
Fix a compiler warning on FreeBSD
1 parent d4ba02f commit c1a763c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

nix-test/src/sizes.c

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
#include "sys/socket.h"
2-
#include "sys/uio.h"
1+
#include <sys/socket.h>
2+
#include <sys/uio.h>
3+
4+
#include <string.h>
35

46
#define SIZE_OF_T(TYPE) \
57
do { \

0 commit comments

Comments
 (0)