diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-09-26 20:09:31 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-09-26 20:09:31 +0200 |
| commit | c85b624d28564a6f785b25000e2b7825592a919d (patch) | |
| tree | 647b756c824b470b35f1371eb869e9534ed6c1bb /src/common.hh | |
Initial commit
Diffstat (limited to 'src/common.hh')
| -rw-r--r-- | src/common.hh | 10 |
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 |
