From 671e941d5fefdd3c4389beaee202913746c5d41c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 9 Oct 1997 22:37:07 +0000 Subject: [PATCH] move compat.h after the system includes --- dce_pwent.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.40.0