diff options
Diffstat (limited to 'dce_pwent.c')
-rw-r--r-- | dce_pwent.c | 3 |
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 */ |