FreeBSD build fix

This commit is contained in:
David Carlier 2018-11-26 16:20:51 +00:00
parent 67036ef70c
commit d9fe8bdf67
1 changed files with 1 additions and 0 deletions

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>