diff options
| author | Werner Koch <[email protected]> | 2005-08-09 13:19:24 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2005-08-09 13:19:24 +0000 |
| commit | b71096a83217e1c8a9163a955a74a4b88afa4290 (patch) | |
| tree | 1bd3c3a7864645eee6c628bea03a5dea9659201d /assuan/mkerrors | |
| parent | doc/ (diff) | |
| download | gpgme-b71096a83217e1c8a9163a955a74a4b88afa4290.tar.gz gpgme-b71096a83217e1c8a9163a955a74a4b88afa4290.zip | |
Merged changes from upstream libassuan to allow building a W32 DLL.
Diffstat (limited to '')
| -rwxr-xr-x | assuan/mkerrors | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assuan/mkerrors b/assuan/mkerrors index 11129419..e00011ba 100755 --- a/assuan/mkerrors +++ b/assuan/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" |
