diff options
Diffstat (limited to 'src/mkerrors')
-rwxr-xr-x | src/mkerrors | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mkerrors b/src/mkerrors index 1112941..e00011b 100755 --- a/src/mkerrors +++ b/src/mkerrors @@ -23,6 +23,10 @@ cat <<EOF /* Generated automatically by mkerrors */ /* Do not edit! */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include "assuan.h" |