summaryrefslogtreecommitdiff
path: root/cffi/vengine_cpy.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2014-06-24 16:59:06 +0200
committerArmin Rigo <arigo@tunes.org>2014-06-24 16:59:06 +0200
commitf4cf9f0776ac4231b67e529f48e39f03194c9065 (patch)
tree46180909ca530daf638fcb2e09728eac5f3678d5 /cffi/vengine_cpy.py
parent119e5f9eb76e0e9954060813b461d3c1dd50a709 (diff)
downloadcffi-f4cf9f0776ac4231b67e529f48e39f03194c9065.tar.gz
Add stdint.h as an explicit include on non-Windows too.
Diffstat (limited to 'cffi/vengine_cpy.py')
-rw-r--r--cffi/vengine_cpy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cffi/vengine_cpy.py b/cffi/vengine_cpy.py
index e9d96b6..3a3a10e 100644
--- a/cffi/vengine_cpy.py
+++ b/cffi/vengine_cpy.py
@@ -790,6 +790,7 @@ cffimod_header = r'''
typedef unsigned char _Bool;
# endif
#else
+# include <stdint.h>
# if (defined (__SVR4) && defined (__sun)) || defined(_AIX)
# include <alloca.h>
# endif