From 0d935f8546afa33220258e12ba48ebd59dc9cc18 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 3 Sep 2010 19:28:42 -0400 Subject: [PATCH] Move includes to the top of the file. --- include/missing.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/missing.h b/include/missing.h index 2ca605c5e..e5d82b179 100644 --- a/include/missing.h +++ b/include/missing.h @@ -22,6 +22,9 @@ #ifndef _SUDO_MISSING_H #define _SUDO_MISSING_H +#include +#include + /* * Macros and functions that may be missing on some operating systems. */ @@ -261,9 +264,6 @@ void setprogname(const char *); # endif #endif /* HAVE_SETEUID */ -#include -#include - /* Functions "missing" from libc. */ struct timeval; -- 2.40.0