summaryrefslogtreecommitdiff
path: root/recycle.c
diff options
context:
space:
mode:
Diffstat (limited to 'recycle.c')
-rw-r--r--recycle.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/recycle.c b/recycle.c
index 261c54f..ff823d1 100644
--- a/recycle.c
+++ b/recycle.c
@@ -13,7 +13,11 @@ This also decreases memory fragmentation, and freeing structures
--------------------------------------------------------------------
*/
+#ifdef WIN32
+#include "stdint.h"
+#else
#include <stdint.h>
+#endif
#include <stdio.h>
#include <memory.h>
#include "recycle.h"