diff options
| author | Adam <Adam@anope.org> | 2012-02-16 16:02:17 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-02-16 16:02:17 -0500 |
| commit | 41e8d276023e8fefc22fb89c2f81ae17b8222155 (patch) | |
| tree | 8a0ac1e59c59f682f31e4087ad79cee9370796d1 /include | |
| parent | e1f5fc6a0c139eae035d20facb95914642cad50c (diff) | |
Fixed FreeBSD build
Diffstat (limited to 'include')
| -rw-r--r-- | include/module.h | 1 | ||||
| -rw-r--r-- | include/sockets.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/module.h b/include/module.h index 02f0e61c4..94f565a3a 100644 --- a/include/module.h +++ b/include/module.h @@ -36,7 +36,6 @@ #include "oper.h" #include "opertype.h" #include "protocol.h" -#include "pstdint.h" #include "regchannel.h" #include "serialize.h" #include "servers.h" diff --git a/include/sockets.h b/include/sockets.h index eb990fd4f..a7a8bb257 100644 --- a/include/sockets.h +++ b/include/sockets.h @@ -13,6 +13,8 @@ #define SOCKETS_H #include <netinet/in.h> +#include <sys/types.h> +#include <sys/socket.h> #include "anope.h" |
