aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Cuni <anto.cuni@gmail.com>2010-11-29 11:16:04 +0000
committerAntonio Cuni <anto.cuni@gmail.com>2010-11-29 11:16:04 +0000
commit29ce6e5f093b9102b4fbbe13cf8d008d99f5fe11 (patch)
tree0edb2a7dc110def18c45c935ab8d2ca0ff3c3555 /ctypes_configure
parentTranslation fix. (diff)
downloadpypy-29ce6e5f093b9102b4fbbe13cf8d008d99f5fe11.tar.gz
pypy-29ce6e5f093b9102b4fbbe13cf8d008d99f5fe11.tar.bz2
pypy-29ce6e5f093b9102b4fbbe13cf8d008d99f5fe11.zip
issue551 solved
merge the freebsd-compat branch, which contains DragonSA's patch to make pypy working on freebsd 8 and 9
Diffstat (limited to 'ctypes_configure')
-rwxr-xr-xctypes_configure/configure.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctypes_configure/configure.py b/ctypes_configure/configure.py
index 9261f88db1..c88fe5abd2 100755
--- a/ctypes_configure/configure.py
+++ b/ctypes_configure/configure.py
@@ -559,6 +559,7 @@ def fixup_ctype(fieldtype, fieldname, expected_size_and_sign):
C_HEADER = """
#include <stdio.h>
#include <stddef.h> /* for offsetof() */
+#include <stdint.h> /* FreeBSD: for uint64_t */
void dump(char* key, int value) {
printf("%s: %d\\n", key, value);