diff options
Diffstat (limited to 'print.c')
-rw-r--r-- | print.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ in this Software without prior written authorization from The Open Group. * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "xlogo.h" #include "Logo.h" #include "print.h" |