summaryrefslogtreecommitdiff
path: root/bcc
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2003-11-02 09:31:19 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:49 +0200
commitb5dac1e3bdd01a2ce105df747a9073ff0d6a94e2 (patch)
tree2ce4628567071bbb680b6c81f40f5fd3192eda02 /bcc
parent22950ba3df3a0b739786243679d69cd4094e8b20 (diff)
downloaddev86-b5dac1e3bdd01a2ce105df747a9073ff0d6a94e2.tar.gz
Import Dev86src-0.16.14.tar.gzv0.16.14
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>