diff options
Diffstat (limited to 'src/Tree.c')
-rw-r--r-- | src/Tree.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ in this Software without prior written authorization from the X Consortium. * as well as to support vertical trees. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <X11/IntrinsicP.h> #include <X11/StringDefs.h> #include <X11/Xaw3d/XawInit.h> |