From 2a204c75574354886fad6567375542a8c0fff921 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 19 Apr 2011 08:30:40 -0400 Subject: cfg.c now depends on cfg.h duser.c depends on cfg.h Removed cfg prototypes from duser.h --- duser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'duser.c') 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]; -- cgit