From: Todd C. Miller Date: Thu, 9 Oct 1997 22:37:07 +0000 (+0000) Subject: move compat.h after the system includes X-Git-Tag: SUDO_1_5_4~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=671e941d5fefdd3c4389beaee202913746c5d41c;p=sudo move compat.h after the system includes --- 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 #include /* required to call dce_error_inq_text routine */ +#include "compat.h" + /* * Prototypes */