summaryrefslogtreecommitdiff
path: root/include/malloc.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-11-07 23:14:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-11-07 23:14:31 +0000
commitc222b1694bbf755541e20a3bb5f5448a196c1731 (patch)
treef0a21f14594d774f9d1fa3e869841f094ef358d9 /include/malloc.h
parent9bf4b82fc96a5da9a9aa9f0c960e42fde01ec2e2 (diff)
Notes
Diffstat (limited to 'include/malloc.h')
-rw-r--r--include/malloc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/malloc.h b/include/malloc.h
index 2c63b6507df4..5d7d7e8396d3 100644
--- a/include/malloc.h
+++ b/include/malloc.h
@@ -1,2 +1,6 @@
/* $FreeBSD$ */
+#if __STDC__
#error "<malloc.h> has been replaced by <stdlib.h>"
+#else
+#include <stdlib.h>
+#endif