diff options
| author | David Carlier <devnexen@gmail.com> | 2018-11-26 16:20:51 +0000 |
|---|---|---|
| committer | David Carlier <devnexen@gmail.com> | 2018-11-26 16:20:51 +0000 |
| commit | d9fe8bdf67a33c24c75ffe8fffc033105ca83896 (patch) | |
| tree | 70803f8c6d6ce3faba6942d9c1e4af195462cedf | |
| parent | 67036ef70c9b332c51fe24489fc9f9cdaa09dbe3 (diff) | |
| download | hiredict-d9fe8bdf67a33c24c75ffe8fffc033105ca83896.tar.xz | |
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> |
