changeset 287:f22a52d426a3 src

include config.h (if present)
author nicodvb
date Sat, 21 Apr 2007 11:41:56 +0000
parents 6fac6a613ea5
children ce4230602517
files remap.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/remap.c	Sat Apr 21 11:08:56 2007 +0000
+++ b/remap.c	Sat Apr 21 11:41:56 2007 +0000
@@ -18,6 +18,10 @@
  * $Id$
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>