diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-04-05 14:14:50 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-04-05 14:14:50 -0700 |
commit | 7348bf71fa984ba110fd9ff3897538aa3d3abfb4 (patch) | |
tree | 17507badedfb1811507d1ac840a9464d9974eab3 /include/threadengines | |
parent | 8e133075f13a75801c691e501daa38aad1f068e0 (diff) | |
parent | 362f3009ac9a8fc7e1cedea66aa72abcdf52d934 (diff) |
Merge pull request #472 from SaberUK/master+merge-headers
Merge inspircd_{config,version}.h into a single header file.
Diffstat (limited to 'include/threadengines')
-rw-r--r-- | include/threadengines/threadengine_win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/threadengines/threadengine_win32.h b/include/threadengines/threadengine_win32.h index f068ac707..2fdcac565 100644 --- a/include/threadengines/threadengine_win32.h +++ b/include/threadengines/threadengine_win32.h @@ -21,7 +21,7 @@ #ifndef THREADENGINE_WIN32_H #define THREADENGINE_WIN32_H -#include "inspircd_config.h" +#include "config.h" #include "base.h" class Thread; |