diff options
| author | Franklin Wei <git@fwei.tk> | 2016-01-23 15:25:34 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-01-23 15:25:34 -0500 |
| commit | 636634f244bbe04c703b5019f26578ac5441fefd (patch) | |
| tree | 488a725b47f8bcc925f78b59665231742cf80a41 /src/globals.h | |
| parent | bb90172cbaa3a38f58293982a38f6854d9afe1f9 (diff) | |
| download | netcosm-636634f244bbe04c703b5019f26578ac5441fefd.zip netcosm-636634f244bbe04c703b5019f26578ac5441fefd.tar.gz netcosm-636634f244bbe04c703b5019f26578ac5441fefd.tar.bz2 netcosm-636634f244bbe04c703b5019f26578ac5441fefd.tar.xz | |
stuff
Diffstat (limited to 'src/globals.h')
| -rw-r--r-- | src/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h index 9fb2e5d..1daac8e 100644 --- a/src/globals.h +++ b/src/globals.h @@ -26,6 +26,7 @@ #include <openssl/opensslv.h> #include <arpa/inet.h> +#include <arpa/telnet.h> #include <assert.h> #include <ctype.h> #include <errno.h> |