From 3411ddd3e6f9ee43e4eaa0c74935f1af8f36ee9d Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sat, 12 Nov 2011 11:34:07 +0100 Subject: Initial commit --- src/common.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/common.h (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h new file mode 100644 index 0000000..b5819ac --- /dev/null +++ b/src/common.h @@ -0,0 +1,10 @@ +#ifndef COMMON_H +#define COMMON_H + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include + +#endif /* COMMON_H */ -- cgit v1.2.3-70-g09d2