diff options
Diffstat (limited to 'src/Attrib.c')
-rw-r--r-- | src/Attrib.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Attrib.c b/src/Attrib.c index 028c2cb..c6b34d6 100644 --- a/src/Attrib.c +++ b/src/Attrib.c @@ -34,6 +34,9 @@ /* October 2004, source code review by Thomas Biege <thomas@suse.de> */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "XpmI.h" /* 3.2 backward compatibility code */ |