diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-19 14:59:41 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-19 14:59:41 +0000 |
commit | c032dfcf18c5d60d180c4f88937a1fa2965427ae (patch) | |
tree | 18bcf22642fa1ad5d7723c5e282cd169361aeaae /include | |
parent | 6328b337116757e9a71cce112c7d1862d80255bf (diff) |
Fixes to typos and function exporting between source files
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@675 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 3011d286f..1d88b2aff 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -35,6 +35,7 @@ #include "inspircd_util.h" #include "users.h" #include "channels.h" +#include "servers.h" // some misc defines |