diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-04-19 08:30:40 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2012-05-25 14:20:35 -0400 |
commit | 6cb95bc59e63f4a2c0c72ae3dfb27b94c0e8efbd (patch) | |
tree | 2429a7e0af57a667eefd7f302c23ce0ca5526a33 /duser.c | |
parent | 75765d47cac5c9396e2b841fc490bdf20395a37f (diff) | |
download | duser-6cb95bc59e63f4a2c0c72ae3dfb27b94c0e8efbd.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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ # define HAVE_STRCASESTR #endif +#include "cfg.h" #include "duser.h" char list_path[PATH_MAX]; |