diff options
| author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-08-29 19:05:59 +0000 |
|---|---|---|
| committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-08-29 19:05:59 +0000 |
| commit | 3c1a2fbfca39b47e2f6df7862e7c83fe9f49f1c9 (patch) | |
| tree | 1ca88f21a4d173027a66a7433a38b29202ff958e /include | |
| parent | 56800d410333084d3b8e527bc91422aab7e19477 (diff) | |
BUILD : 1.7.19 (1289) BUGS : 768 NOTES : Fixed module runtime directory not always being cleaned up nicely
git-svn-id: svn://svn.anope.org/anope/trunk@1289 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1007 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
| -rw-r--r-- | include/extern.h | 2 | ||||
| -rw-r--r-- | include/services.h | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 934c69d45..fcc1590fc 100644 --- a/include/extern.h +++ b/include/extern.h @@ -30,7 +30,7 @@ #include "slist.h" - +E void ModuleRunTimeDirCleanUp(void); E char *uplink; diff --git a/include/services.h b/include/services.h index 4507e2b4a..169b995aa 100644 --- a/include/services.h +++ b/include/services.h @@ -109,6 +109,10 @@ #endif #endif +#ifndef _WIN32 +#include <dirent.h> +#endif + #ifdef USE_RDB # define MAX_SQL_BUF 4096 #endif |
