diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-20 11:47:52 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-20 11:47:52 +0000 |
commit | bc73d93718fbc47f33fb6b9780fc0af1b8bb916a (patch) | |
tree | 299a4b480bcd4143abd1c826393420bf65179346 /src | |
parent | 696e90acdb29aea08a4bd6f2196efd1e9824f946 (diff) |
properly coreexport the getcpu() function etc
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10184 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/commands/cmd_stats.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/cmd_stats.cpp b/src/commands/cmd_stats.cpp index d952350ea..b4e3d64be 100644 --- a/src/commands/cmd_stats.cpp +++ b/src/commands/cmd_stats.cpp @@ -20,6 +20,7 @@ #endif #else #include <psapi.h> + #include "inspircd_win32wrapper.h" #pragma comment(lib, "psapi.lib") #endif |