From 7a2e2e338b400393bb6c05a34084c387e975d25e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 7 Sep 2010 10:24:51 -0400 Subject: [PATCH] Need stdio.h for FILE *, not just NULL. --HG-- branch : 1.7 --- missing.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.40.0