summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Nunberg <mnunberg@users.noreply.github.com>2018-11-30 06:50:55 -0500
committerGitHub <noreply@github.com>2018-11-30 06:50:55 -0500
commita7516ada53c8945558e244067d985d948063f0c3 (patch)
tree7f01b9542f092d6b2041491bb8751bd7be6e996f
parent970e5fa0a39693efdd89b1fc65c5472a0b7b4912 (diff)
parentd9fe8bdf67a33c24c75ffe8fffc033105ca83896 (diff)
Merge pull request #628 from devnexen/freebsd_ut_fix
FreeBSD build fix
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index a5eb9c7..79cff43 100644
--- a/test.c
+++ b/test.c
@@ -3,6 +3,7 @@
#include <stdlib.h>
#include <string.h>
#include <strings.h>
+#include <sys/socket.h>
#include <sys/time.h>
#include <netdb.h>
#include <assert.h>