From ac920dae7c22ed3956e4f31a0d3baf1909762b76 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 11 Jul 2005 02:29:51 +0000 Subject: Prep for modular builds by adding guarded #include "config.h" everywhere. --- src/i810_memory.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/i810_memory.c') diff --git a/src/i810_memory.c b/src/i810_memory.c index 75ec2442..816e5d80 100644 --- a/src/i810_memory.c +++ b/src/i810_memory.c @@ -26,6 +26,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. **************************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + /* * Reformatted with GNU indent (2.2.8), using the following options: * -- cgit v1.2.3