From: Todd C. Miller Date: Tue, 7 Sep 2010 14:24:51 +0000 (-0400) Subject: Need stdio.h for FILE *, not just NULL. X-Git-Tag: SUDO_1_7_5~173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a2e2e338b400393bb6c05a34084c387e975d25e;p=sudo Need stdio.h for FILE *, not just NULL. --HG-- branch : 1.7 --- diff --git a/missing.h b/missing.h index 8e2cc8350..7ce41238c 100644 --- a/missing.h +++ b/missing.h @@ -22,9 +22,7 @@ #ifndef _SUDO_MISSING_H #define _SUDO_MISSING_H -#ifndef NULL -# include -#endif +#include #ifdef __STDC__ # include #else