From 88e7725c1320e429b64386a537ffe26f05b1aa94 Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Wed, 21 Jul 2010 15:37:42 +0000 Subject: [PATCH] string.h: Include null.h --- include/string.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/string.h b/include/string.h index 87fa3aa68..4d27b3481 100644 --- a/include/string.h +++ b/include/string.h @@ -10,8 +10,7 @@ * string.h is include. */ #include - -#define NULL ((void *)0) +#include #ifndef _SIZE_T #define _SIZE_T -- 2.44.0