Land #331, add prototype definitions of asprintf and vasprintf for CYGWIN build

This commit is contained in:
Brent Cook 2017-07-17 04:25:21 -05:00
commit 9887c82768

View File

@ -13,6 +13,7 @@ case $host_os in
;; ;;
*cygwin*) *cygwin*)
HOST_OS=cygwin HOST_OS=cygwin
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
;; ;;
*darwin*) *darwin*)
HOST_OS=darwin HOST_OS=darwin