]> granicus.if.org Git - sudo/commitdiff
Include config.h early so we have it for TIME_WITH_SYS_TIME
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 10 Jun 2007 22:18:46 +0000 (22:18 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 10 Jun 2007 22:18:46 +0000 (22:18 +0000)
utimes.c

index c894336c20bc236acc2b2dfff0502c596ae93288..dc0b8451c30ffe6e3401d74695621116b249a16c 100644 (file)
--- a/utimes.c
+++ b/utimes.c
@@ -14,6 +14,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <config.h>
+
 #include <sys/types.h>
 #include <sys/time.h>
 #include <stdio.h>
 # include <time.h>
 #endif
 
-#include <config.h>
-#include <compat.h>
-
 #ifdef HAVE_UTIME_H
 # include <utime.h>
 #else
 # include <emul/utime.h>
 #endif
 
+#include <compat.h>
+
 #ifndef lint
 __unused static const char rcsid[] = "$Sudo$";
 #endif /* lint */