summaryrefslogtreecommitdiff
path: root/checkpasswd
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-06-04 23:20:15 -0700
committerJohn Denker <jsd@av8n.com>2012-07-13 18:39:51 -0700
commit86ce735baf5d85245f6fae24235f35820a0a1a7b (patch)
tree618cef4afb142eab3439f4a66c7a560c6b9d679a /checkpasswd
parentea533d40a74fbd2e55f7856acc66074cd5d53789 (diff)
make checkpassword slightly more efficient and easier to use
Diffstat (limited to 'checkpasswd')
-rw-r--r--checkpasswd/checkpassword.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkpasswd/checkpassword.c b/checkpasswd/checkpassword.c
index 6056525..0ca5eee 100644
--- a/checkpasswd/checkpassword.c
+++ b/checkpasswd/checkpassword.c
@@ -1,4 +1,5 @@
#include "error.h"
+#include "exit.h"
#include "pathexec.h"
#include "prot.h"