summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/string.h b/include/string.h
index 971059a5bea..e05a19f19d7 100644
--- a/include/string.h
+++ b/include/string.h
@@ -1,4 +1,4 @@
-/* $NetBSD: string.h,v 1.20 1999/09/09 09:30:40 kleink Exp $ */
+/* $NetBSD: string.h,v 1.21 1999/12/22 21:26:19 kleink Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -44,9 +44,7 @@ typedef _BSD_SIZE_T_ size_t;
#undef _BSD_SIZE_T_
#endif
-#ifndef NULL
-#define NULL 0
-#endif
+#include <null.h>
#include <sys/cdefs.h>
#include <sys/featuretest.h>