diff options
Diffstat (limited to 'xbiff.c')
-rw-r--r-- | xbiff.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ from the X Consortium. */ /* $XFree86: xc/programs/xbiff/xbiff.c,v 1.3tsi Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #include <stdlib.h> #include <X11/Xatom.h> |