]> granicus.if.org Git - sudo/commitdiff
Don't use HAVE_UTIME_H before including config.h.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 11 Sep 2004 16:24:28 +0000 (16:24 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 11 Sep 2004 16:24:28 +0000 (16:24 +0000)
utimes.c

index 3942936e9b6816c3a09cf14a5bbff5343fca7f60..a506094799691f008d42ffda6cc8131ad3e74526 100644 (file)
--- a/utimes.c
+++ b/utimes.c
 #include <sys/time.h>
 #include <time.h>
 #include <stdio.h>
+
+#include "config.h"
+
 #ifdef HAVE_UTIME_H
 # include <utime.h>
 #else
 # include <emul/utime.h>
 #endif
 
-#include "config.h"
-
 #ifndef lint
 static const char rcsid[] = "$Sudo$";
 #endif /* lint */