From c85b624d28564a6f785b25000e2b7825592a919d Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 26 Sep 2017 20:09:31 +0200 Subject: Initial commit --- src/common.hh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/common.hh (limited to 'src/common.hh') 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 + +#endif // COMMON_HH -- cgit v1.3