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/fid.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/fid.c') diff --git a/src/fid.c b/src/fid.c index 0e77a28..b047233 100644 --- a/src/fid.c +++ b/src/fid.c @@ -23,12 +23,13 @@ #include #include #include +#include +#include +#include +#include + #include "xnls.h" #include "idfile.h" -#include "error.h" -#include "pathmax.h" -#include "xalloc.h" -#include "alloca.h" #include "iduglobal.h" int get_file_index (char *file_name); -- cgit v1.2.3