diff options
author | Christopher Faylor <me@cgf.cx> | 2001-03-12 16:20:30 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-03-12 16:20:30 +0000 |
commit | 2b777e2e94f5764f194f2c69b64ec339fcb86a29 (patch) | |
tree | 71b9ebc35217836c4ebce2f8186e110fb8a037da /winsup/cygwin/mkvers.sh | |
parent | 941fa5ad9686f2f33fc1a513727b53236b4017b3 (diff) | |
download | cygnal-2b777e2e94f5764f194f2c69b64ec339fcb86a29.tar.gz cygnal-2b777e2e94f5764f194f2c69b64ec339fcb86a29.tar.bz2 cygnal-2b777e2e94f5764f194f2c69b64ec339fcb86a29.zip |
* mkvers.sh: Include config.h so that DEBUGGING is correctly defined.
Diffstat (limited to 'winsup/cygwin/mkvers.sh')
-rwxr-xr-x | winsup/cygwin/mkvers.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/mkvers.sh b/winsup/cygwin/mkvers.sh index 47cfb27d9..421ca5bf2 100755 --- a/winsup/cygwin/mkvers.sh +++ b/winsup/cygwin/mkvers.sh @@ -62,6 +62,7 @@ set -$- '' # Output the initial part of version.cc # cat <<EOF 1>&9 +#include "config.h" #include "cygwin_version.h" #define strval(x) #x |