From 0051a4adcb2cbc989ff2bda6c620ecfda6726699 Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 6 Jan 1997 22:00:31 +0000 Subject: [PATCH] Include git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2008 72102866-910b-0410-8b05-ffd578937521 --- Source/objc-load.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/objc-load.c b/Source/objc-load.c index 267e336e9..f86b9212e 100644 --- a/Source/objc-load.c +++ b/Source/objc-load.c @@ -1,6 +1,6 @@ /* objc-load - Dynamically load in Obj-C modules (Classes, Categories) - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. Written by: Adam Fedor, Pedja Bogdanovich @@ -33,6 +33,9 @@ #include #include #include +#ifdef HAVE_CONFIG_H +#include +#endif #include /* include the interface to the dynamic linker */