From 50916693c92ce904c5a57e1ab6a5a6982d2d67df Mon Sep 17 00:00:00 2001 From: Claudio Fontana Date: Tue, 27 Dec 2005 04:24:57 +0000 Subject: * started to address portability problems in the id-utils-4.0 release --- src/lid.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/lid.c') diff --git a/src/lid.c b/src/lid.c index a07173f..8182976 100644 --- a/src/lid.c +++ b/src/lid.c @@ -25,21 +25,22 @@ #include #include #include -#include "getopt.h" +#include #include #include +#include #include #include -#include "regex.h" +#include +#include +#include +#include +#include + #include "xnls.h" -#include "xalloc.h" #include "idfile.h" -#include "error.h" -#include "pathmax.h" -#include "alloca.h" #include "iduglobal.h" - typedef void (*report_func_t) (char const *name, struct file_link **flinkv); typedef int (*query_func_t) (char const *arg, report_func_t); -- cgit v1.2.3