summaryrefslogtreecommitdiff
path: root/dce_pwent.c
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1997-10-09 22:37:07 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1997-10-09 22:37:07 +0000
commit29aab77d90b3e5fbeca3a3b803236b36f63ef561 (patch)
tree5d37589ea99e3993cabfc849bcf97cfa84f706a3 /dce_pwent.c
parentd96960e67037e39618c0902662b3f9b76ad04dfb (diff)
downloadsudo-29aab77d90b3e5fbeca3a3b803236b36f63ef561.tar.gz
move compat.h after the system includes
Diffstat (limited to 'dce_pwent.c')
-rw-r--r--dce_pwent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dce_pwent.c b/dce_pwent.c
index c329004d3..d70101376 100644
--- a/dce_pwent.c
+++ b/dce_pwent.c
@@ -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
*/