diff options
Diffstat (limited to 'src/data.c')
-rw-r--r-- | src/data.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ static char *RCS_Version = "$XpmVersion: 3.4k $"; /* Internal version number */ static char *RCS_Id = "Id: xpm.shar,v 3.71 1998/03/19 19:47:14 lehors Exp $"; #endif +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "XpmI.h" #endif #include <ctype.h> |