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/xtokid.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/xtokid.c') diff --git a/src/xtokid.c b/src/xtokid.c index f9be38d..fc3c4cf 100644 --- a/src/xtokid.c +++ b/src/xtokid.c @@ -22,12 +22,13 @@ #include #include #include -#include "xalloc.h" +#include +#include +#include + #include "xnls.h" #include "scanners.h" #include "idfile.h" -#include "pathmax.h" -#include "error.h" #include "iduglobal.h" void scan_files (struct idhead *idhp); -- cgit v1.2.3