diff options
-rw-r--r-- | bmtoa.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,5 @@ /* $Xorg: bmtoa.c,v 1.4 2001/02/09 02:05:28 xorgcvs Exp $ */ +/* $XdotOrg: $ */ /* Copyright 1988, 1993, 1998 The Open Group @@ -33,6 +34,10 @@ from The Open Group. * Author: Jim Fulton, MIT X Consortium */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <stdio.h> #include <X11/Xlib.h> #include <X11/Xutil.h> |