summaryrefslogtreecommitdiff
path: root/src/common.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hh')
-rw-r--r--src/common.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common.hh b/src/common.hh
new file mode 100644
index 0000000..14d9a2a
--- /dev/null
+++ b/src/common.hh
@@ -0,0 +1,10 @@
+#ifndef COMMON_HH
+#define COMMON_HH
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <assert.h>
+
+#endif // COMMON_HH