diff options
| author | 2008-08-20 11:47:52 +0000 | |
|---|---|---|
| committer | 2008-08-20 11:47:52 +0000 | |
| commit | bc73d93718fbc47f33fb6b9780fc0af1b8bb916a (patch) | |
| tree | 299a4b480bcd4143abd1c826393420bf65179346 /src/commands/cmd_stats.cpp | |
| parent | fix memory leak in new wmi stuff and comment it. Lots of kittens are killed b... (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/commands/cmd_stats.cpp')
| -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 |
