]> granicus.if.org Git - sudo/commitdiff
move compat.h after the system includes
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 9 Oct 1997 22:37:07 +0000 (22:37 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 9 Oct 1997 22:37:07 +0000 (22:37 +0000)
dce_pwent.c

index c329004d30a43358ee800188c1f7c90bee123d2e..d7010137645d79f7551bcc75903e3038be1473ab 100644 (file)
@@ -38,7 +38,6 @@
  */
 
 #include "config.h"
-#include "compat.h"
 
 #ifdef HAVE_DCE
 
@@ -50,6 +49,8 @@
 #include <dce/sec_login.h>
 #include <dce/dce_error.h> /* required to call dce_error_inq_text routine   */
 
+#include "compat.h"
+
 /*
  * Prototypes
  */