diff options
Diffstat (limited to 'contrib/tools/python/src/Include/Python.h')
| -rw-r--r-- | contrib/tools/python/src/Include/Python.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tools/python/src/Include/Python.h b/contrib/tools/python/src/Include/Python.h index d244733f9c0..7199224e2d9 100644 --- a/contrib/tools/python/src/Include/Python.h +++ b/contrib/tools/python/src/Include/Python.h @@ -47,9 +47,9 @@ #ifdef HAVE_UNISTD_H #include <unistd.h> #endif -#ifdef HAVE_CRYPT_H -#include <crypt.h> -#endif +#ifdef HAVE_CRYPT_H +#include <crypt.h> +#endif /* For size_t? */ #ifdef HAVE_STDDEF_H |
