diff options
author | Mark Nunberg <mnunberg@users.noreply.github.com> | 2018-11-30 06:50:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 06:50:55 -0500 |
commit | a7516ada53c8945558e244067d985d948063f0c3 (patch) | |
tree | 7f01b9542f092d6b2041491bb8751bd7be6e996f | |
parent | 970e5fa0a39693efdd89b1fc65c5472a0b7b4912 (diff) | |
parent | d9fe8bdf67a33c24c75ffe8fffc033105ca83896 (diff) |
Merge pull request #628 from devnexen/freebsd_ut_fix
FreeBSD build fix
-rw-r--r-- | test.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |