]> granicus.if.org Git - sudo/commitdiff
Need stdio.h for FILE *, not just NULL.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 7 Sep 2010 14:24:51 +0000 (10:24 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 7 Sep 2010 14:24:51 +0000 (10:24 -0400)
--HG--
branch : 1.7

missing.h

index 8e2cc8350d2cc6e62701f78a78ea2945874ed9fd..7ce41238c0b355513b0136ac796cb5dcbec506cb 100644 (file)
--- a/missing.h
+++ b/missing.h
@@ -22,9 +22,7 @@
 #ifndef _SUDO_MISSING_H
 #define _SUDO_MISSING_H
 
-#ifndef NULL
-# include <stdio.h>
-#endif
+#include <stdio.h>
 #ifdef __STDC__
 # include <stdarg.h>
 #else