Merge pull request #628 from devnexen/freebsd_ut_fix

FreeBSD  build fix
This commit is contained in:
Mark Nunberg 2018-11-30 06:50:55 -05:00 committed by GitHub
commit a7516ada53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
test.c
View File

@ -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>