diff options
| author | Franklin Wei <git@fwei.tk> | 2016-03-28 14:11:22 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-03-28 14:11:22 -0400 |
| commit | 2687778cf7c099e47de410d62d26d874f4dcebba (patch) | |
| tree | 359759f153ffd0dc6b8c0bfc60460d10c9cd806a /src/globals.h | |
| parent | 13052597a19fd2212efb7f51f19ed73b9f4b6ba4 (diff) | |
| download | netcosm-2687778cf7c099e47de410d62d26d874f4dcebba.zip netcosm-2687778cf7c099e47de410d62d26d874f4dcebba.tar.gz netcosm-2687778cf7c099e47de410d62d26d874f4dcebba.tar.bz2 netcosm-2687778cf7c099e47de410d62d26d874f4dcebba.tar.xz | |
kludge things to compile on old linux
Diffstat (limited to 'src/globals.h')
| -rw-r--r-- | src/globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/globals.h b/src/globals.h index 987d382..0177b8a 100644 --- a/src/globals.h +++ b/src/globals.h @@ -21,14 +21,14 @@ #define _GNU_SOURCE -#include <ev.h> +#include <libev/ev.h> #include <openssl/sha.h> #include <openssl/opensslv.h> #include <arpa/inet.h> #include <arpa/telnet.h> #include <assert.h> -#include <bsd/string.h> // for strlcat +//#include <bsd/string.h> // for strlcat #include <ctype.h> #include <errno.h> #include <fcntl.h> |