summaryrefslogtreecommitdiff
path: root/src/common.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hh')
-rw-r--r--src/common.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common.hh b/src/common.hh
index 3b69aee..d42e578 100644
--- a/src/common.hh
+++ b/src/common.hh
@@ -1,6 +1,10 @@
#ifndef COMMON_HH
#define COMMON_HH
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <cassert>
#endif /* COMMON_HH */