Skip to content

Commit 109b0e8

Browse files
committed
Auto merge of #499 - asomers:strcmp, r=posborne
Fix a compiler warning on FreeBSD
2 parents d4ba02f + c1a763c commit 109b0e8

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)