diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h index d4afdaf..32efa0c 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -33,6 +33,8 @@ #ifdef HAVE_LIMITS_H #include <limits.h> +#else +#error "limits.h is required by std C -- why isn't HAVE_LIMITS_H defined?" #endif #if defined(__sgi) && defined(WITH_THREAD) && !defined(_SGI_MP_SOURCE) |