From f42b726174dc552b20f576fadf124c6f1fac8fdc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 Jan 2001 14:17:28 +0000 Subject: 2001-01-24 Ralf Corsepius * configure.in: Add src/config.h * src/Makefile.am: Add INCLUDES += -I. to pickup config.h * src/.cvsignore: Add config.h and stamp-h * src/*.c: Add config.h support. --- cpukit/posix/src/ptimer.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/posix/src/ptimer.c') diff --git a/cpukit/posix/src/ptimer.c b/cpukit/posix/src/ptimer.c index ab51dcc9bb..40688916f0 100644 --- a/cpukit/posix/src/ptimer.c +++ b/cpukit/posix/src/ptimer.c @@ -1,6 +1,10 @@ /* * ptimer.c,v 1.1 1996/06/03 16:29:58 joel Exp */ + +#if HAVE_CONFIG_H +#include "config.h" +#endif #include #include -- cgit v1.2.3