From: nekral-guest Date: Sat, 9 Aug 2008 23:27:05 +0000 (+0000) Subject: Include missing exitcodes.h X-Git-Tag: 4.1.3~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0528803da67c89937e7b1f8d33be16da44a0800e;p=thirdparty%2Fshadow.git Include missing exitcodes.h --- diff --git a/src/chgpasswd.c b/src/chgpasswd.c index fb78da9f2..1b4f237ec 100644 --- a/src/chgpasswd.c +++ b/src/chgpasswd.c @@ -43,6 +43,7 @@ #include "pam_defs.h" #endif /* USE_PAM */ #include "defines.h" +#include "exitcodes.h" #include "nscd.h" #include "prototypes.h" #include "groupio.h"