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 */