diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2015-05-28 21:14:52 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2015-05-28 21:16:14 +0200 |
| commit | 720295848ea0d909cb39c004cbeaf1055fa7cffc (patch) | |
| tree | 3a4c0332f8145986ddfc1c83e89b9cf8a1491546 /src/common.hh | |
| parent | 978bb2523f2eef42eca8dbe35e0ad351a4953aa7 (diff) | |
Start of CGI interface
Diffstat (limited to 'src/common.hh')
| -rw-r--r-- | src/common.hh | 4 |
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 */ |
