]> granicus.if.org Git - sudo/commitdiff
Move includes to the top of the file.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 3 Sep 2010 23:28:42 +0000 (19:28 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 3 Sep 2010 23:28:42 +0000 (19:28 -0400)
include/missing.h

index 2ca605c5e528842b00da171afe4110554ee4e69a..e5d82b1799e0cbecd68b65b8dcfe173a67e34c4b 100644 (file)
@@ -22,6 +22,9 @@
 #ifndef _SUDO_MISSING_H
 #define _SUDO_MISSING_H
 
+#include <stdio.h>
+#include <stdarg.h>
+
 /*
  * Macros and functions that may be missing on some operating systems.
  */
@@ -261,9 +264,6 @@ void setprogname(const char *);
 #  endif
 #endif /* HAVE_SETEUID */
 
-#include <stdio.h>
-#include <stdarg.h>
-
 /* Functions "missing" from libc. */
 
 struct timeval;