summaryrefslogtreecommitdiffstats
path: root/src/draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw.c')
-rw-r--r--src/draw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/draw.c b/src/draw.c
index 82ef484..0ecc592 100644
--- a/src/draw.c
+++ b/src/draw.c
@@ -1,4 +1,7 @@
/* 2015/10 functions to support printGV() */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
#include "ast.h"
#include <assert.h>