summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-07-13 02:38:05 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-07-13 02:38:05 +0200
commitbab59e5749eda4b39608913df59f7fa0934ed928 (patch)
treea6fc122cea77578517ab0eb50a9076dbdc690426
parent737c3edeba2c7615e08d9263e9eb010bbfd1e42b (diff)
python: HAVE_STDINT_H 1
-rw-r--r--sys/src/cmd/python/pyconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/python/pyconfig.h b/sys/src/cmd/python/pyconfig.h
index be1de2042..fb9c5bcdd 100644
--- a/sys/src/cmd/python/pyconfig.h
+++ b/sys/src/cmd/python/pyconfig.h
@@ -523,7 +523,7 @@ typedef unsigned long u_long;
#define HAVE_STDARG_PROTOTYPES 1
/* Define to 1 if you have the <stdint.h> header file. */
-/* #undef HAVE_STDINT_H */
+#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1