diff options
| author | Franklin Wei <git@fwei.tk> | 2016-01-24 19:01:04 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-01-24 19:01:04 -0500 |
| commit | 6e3d6b3186bc07003d17ad7c54bb013c9b5d6dcf (patch) | |
| tree | c4edcb9e261dd8f819f52a992406749a7490eb7a /src/globals.h | |
| parent | b346e948cb167c18efc33f32f0e7cfb21050fc96 (diff) | |
| download | netcosm-6e3d6b3186bc07003d17ad7c54bb013c9b5d6dcf.zip netcosm-6e3d6b3186bc07003d17ad7c54bb013c9b5d6dcf.tar.gz netcosm-6e3d6b3186bc07003d17ad7c54bb013c9b5d6dcf.tar.bz2 netcosm-6e3d6b3186bc07003d17ad7c54bb013c9b5d6dcf.tar.xz | |
objects partially work, can't serialize yet
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 9944996..fcf6784 100644 --- a/src/globals.h +++ b/src/globals.h @@ -29,6 +29,7 @@ #include <arpa/telnet.h> #include <assert.h> #include <bsd/stdlib.h> // for arc4random +#include <bsd/string.h> // for strlcat #include <ctype.h> #include <errno.h> #include <fcntl.h> |