From c1a763c34ed4726c08a37fd2125e00d2a5a75b6f Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 26 Jan 2017 20:27:50 -0700 Subject: [PATCH] Fix a compiler warning on FreeBSD --- nix-test/src/sizes.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nix-test/src/sizes.c b/nix-test/src/sizes.c index 97a9b4a39f..ca86200333 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 +#include + +#include #define SIZE_OF_T(TYPE) \ do { \