aboutsummaryrefslogtreecommitdiff
path: root/duser.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-04-19 08:30:40 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2011-04-19 08:30:40 -0400
commit2a204c75574354886fad6567375542a8c0fff921 (patch)
tree2429a7e0af57a667eefd7f302c23ce0ca5526a33 /duser.c
parent92f5117ad21883e031137fa913489bb0c84396df (diff)
downloadduser-2a204c75574354886fad6567375542a8c0fff921.tar.gz
cfg.c now depends on cfg.h
duser.c depends on cfg.h Removed cfg prototypes from duser.h
Diffstat (limited to 'duser.c')
-rw-r--r--duser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/duser.c b/duser.c
index 390600e..48a96f4 100644
--- a/duser.c
+++ b/duser.c
@@ -38,6 +38,7 @@
# define HAVE_STRCASESTR
#endif
+#include "cfg.h"
#include "duser.h"
char list_path[PATH_MAX];