diff options
| author | Franklin Wei <git@fwei.tk> | 2016-03-28 14:11:22 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-03-31 17:09:36 -0400 |
| commit | ed95a5621ac9c4f5002e68a981f8b24d5caaedf4 (patch) | |
| tree | aee87cf74280e8f9dd29aca88d12a638f37b2493 /export/include/world_api.h | |
| parent | 13052597a19fd2212efb7f51f19ed73b9f4b6ba4 (diff) | |
| download | netcosm-ed95a5621ac9c4f5002e68a981f8b24d5caaedf4.zip netcosm-ed95a5621ac9c4f5002e68a981f8b24d5caaedf4.tar.gz netcosm-ed95a5621ac9c4f5002e68a981f8b24d5caaedf4.tar.bz2 netcosm-ed95a5621ac9c4f5002e68a981f8b24d5caaedf4.tar.xz | |
kludge things to compile on old linux
Diffstat (limited to 'export/include/world_api.h')
| -rw-r--r-- | export/include/world_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/export/include/world_api.h b/export/include/world_api.h index d97d9cb..9537c68 100644 --- a/export/include/world_api.h +++ b/export/include/world_api.h @@ -21,6 +21,7 @@ #include "globals.h" #include "server.h" +#include "server_reqs.h" #include "hash.h" #include "multimap.h" #include "userdb.h" |