From b6dc0724315798a666573bda02b213110b8016b3 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 28 Oct 2008 21:50:30 +0000 Subject: don't make our own definition for NULL, use the kernel's definition (since we only use this code in kernel modules) git-svn-id: http://svn.asterisk.org/svn/octasic_api/oct612x/trunk@37 537310ab-6354-42db-a3cc-247b777f7be6 --- software/include/octtype.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/software/include/octtype.h b/software/include/octtype.h index c8f46d4..9cba68f 100644 --- a/software/include/octtype.h +++ b/software/include/octtype.h @@ -140,9 +140,7 @@ typedef unsigned int * PUINT; typedef PSZ * PPSZ; -#ifndef NULL -#define NULL 0 -#endif +#include #endif -- cgit v1.2.3