From 9c49db4d6af57d99c60743dd41c3c6af427d3bb2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Jan 2001 18:26:44 +0000 Subject: 2001-01-08 Ralf Corsepius * configure.in: Add libc/config.h * libc/Makefile.am: Add INCLUDES += -I. to pickup config.h * libc/.cvsignore: Add config.h and stamp-h * libc/*.c: Add config.h support. --- c/src/lib/libc/scandir.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'c/src/lib/libc/scandir.c') diff --git a/c/src/lib/libc/scandir.c b/c/src/lib/libc/scandir.c index 43c7c51747..01e17c197f 100644 --- a/c/src/lib/libc/scandir.c +++ b/c/src/lib/libc/scandir.c @@ -40,6 +40,10 @@ static char sccsid[] = "@(#)scandir.c 5.10 (Berkeley) 2/23/91"; #endif /* LIBC_SCCS and not lint */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + /* * Scan the directory dirname calling select to make a list of selected * directory entries then sort using qsort and compare routine dcomp. -- cgit v1.2.3