Skip to content

Commit

Permalink
Auto merge of #499 - asomers:strcmp, r=posborne
Browse files Browse the repository at this point in the history
Fix a compiler warning on FreeBSD
  • Loading branch information
homu committed Jan 27, 2017
2 parents d4ba02f + c1a763c commit 109b0e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nix-test/src/sizes.c
Original file line number Diff line number Diff line change
@@ -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 { \
Expand Down

0 comments on commit 109b0e8

Please sign in to comment.