summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 21:31:51 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 21:31:51 +0000
commita53b074453bef85f9eb26fc55199660e139d0be2 (patch)
tree68efd29cb77653ea1f1dc56cb0486455607c7c65
parent96c19e77ba84863a2a404d16d79dd6b0371529c8 (diff)
downloadFreeBSD-src-a53b074453bef85f9eb26fc55199660e139d0be2.zip
FreeBSD-src-a53b074453bef85f9eb26fc55199660e139d0be2.tar.gz
Last commit was slightly half-baked; try again. Use <sys/cdefs.h> to get
__P defined, rather than trying to do it ourselves.
-rw-r--r--gnu/lib/libmalloc/malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libmalloc/malloc.h b/gnu/lib/libmalloc/malloc.h
index 61081a3..67e3ee7 100644
--- a/gnu/lib/libmalloc/malloc.h
+++ b/gnu/lib/libmalloc/malloc.h
@@ -52,7 +52,7 @@ Cambridge, MA 02139, USA.
#endif /* _MALLOC_INTERNAL. */
-
+#include <sys/cdefs.h>
#ifdef __cplusplus
extern "C"
{
OpenPOWER on IntegriCloud