diff options
author | Gluzskiy Alexandr <sss123next@gmail.com> | 2010-02-15 04:47:05 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@gmail.com> | 2010-02-15 04:47:05 +0300 |
commit | 0e3db0eb1dfe2cb30a14f0198fb5aa22f00a4b26 (patch) | |
tree | f07bfb0a964d6945ccbd15c637939c1fe9169279 /stopspam_mod/headers.h | |
parent | 9b085fe9518691d746fe9931ccc6b927272d19e1 (diff) |
gcc(mingw) compilation fix
Diffstat (limited to 'stopspam_mod/headers.h')
-rw-r--r-- | stopspam_mod/headers.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stopspam_mod/headers.h b/stopspam_mod/headers.h index 952a392..8295bc4 100644 --- a/stopspam_mod/headers.h +++ b/stopspam_mod/headers.h @@ -1,5 +1,7 @@ #include <windows.h>
#include <stdio.h>
+#include <commctrl.h>
+#include <malloc.h>
#include <time.h>
#include <string>
#include <sstream>
@@ -25,4 +27,4 @@ #include "resource.h"
#include "utilities.h"
-#include <m_dos.h>
\ No newline at end of file +#include <m_dos.h>
|