summaryrefslogtreecommitdiff
path: root/regress/include/bitstring/bitstring_test.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-04-29 05:44:35 +0000
committercgd <cgd@NetBSD.org>1995-04-29 05:44:35 +0000
commitb1863c5155d4e1ddc5426da87b0bd7b9bdc27151 (patch)
treea984c19f9a1657adceca50c03fd898ebdcbde5e6 /regress/include/bitstring/bitstring_test.c
parent64fe160dd5e4092cc135d809fe297d1d4d95c041 (diff)
just include stdlib.h to get malloc proto.
Diffstat (limited to 'regress/include/bitstring/bitstring_test.c')
-rw-r--r--regress/include/bitstring/bitstring_test.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/regress/include/bitstring/bitstring_test.c b/regress/include/bitstring/bitstring_test.c
index 1bebba83ed2..d30bd8982af 100644
--- a/regress/include/bitstring/bitstring_test.c
+++ b/regress/include/bitstring/bitstring_test.c
@@ -1,4 +1,4 @@
-/* $NetBSD: bitstring_test.c,v 1.3 1995/04/20 22:37:55 cgd Exp $ */
+/* $NetBSD: bitstring_test.c,v 1.4 1995/04/29 05:44:35 cgd Exp $ */
/*
* this is a simple program to test bitstring.h
@@ -15,13 +15,7 @@
#define _bitstr_size bitstr_size
#include <stdio.h>
-#if defined (BSD)
-#include <sys/types.h>
-#include <sys/malloc.h>
-#endif /*BSD*/
-#if defined (ATT)
-#include <sys/malloc.h>
-#endif /*ATT*/
+#include <stdlib.h>
/* #ifdef NOTSOGOOD */
#include "bitstring.h"