summaryrefslogtreecommitdiff
path: root/bcc
diff options
context:
space:
mode:
Diffstat (limited to 'bcc')
-rw-r--r--bcc/bcc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bcc/bcc.c b/bcc/bcc.c
index 9b053e5..67e5469 100644
--- a/bcc/bcc.c
+++ b/bcc/bcc.c
@@ -21,10 +21,11 @@
#ifndef MSDOS
#include <unistd.h>
#endif
+#else
+#include <malloc.h>
#endif
#include <string.h>
#include <memory.h>
-#include <malloc.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>