diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-22 07:48:45 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-22 07:48:45 +0000 |
commit | 6690784bff9e62e9d1a742080294ca8008c4efe3 (patch) | |
tree | 2de543e4d4e90e0e14db8bea948d589a74bb7176 /include/module.h | |
parent | 3379d00c8e19ac80e2abdeb2226102d3db1ce0fb (diff) |
BUILD : 1.7.14 (1068) BUGS : N/A NOTES : Added -nothird and -support command line options
git-svn-id: svn://svn.anope.org/anope/trunk@1068 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@792 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/module.h')
-rw-r--r-- | include/module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/module.h b/include/module.h index 1b92f95c4..bd5171c8b 100644 --- a/include/module.h +++ b/include/module.h @@ -6,6 +6,7 @@ #include "language.h" #include "modules.h" #include "depricated.h" +#include "version.h" #define MOD_UNIQUE 0 #define MOD_HEAD 1 |