Move includes to the top of the file.

This commit is contained in:
Todd C. Miller
2010-09-03 19:28:42 -04:00
parent c31210d663
commit 0d935f8546

View File

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