diff options
Diffstat (limited to 'src/syncrng.c')
| -rw-r--r-- | src/syncrng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syncrng.c b/src/syncrng.c index 6eb542a..025b1ca 100644 --- a/src/syncrng.c +++ b/src/syncrng.c @@ -1,6 +1,6 @@ #ifdef TARGETPYTHON -#include <stdint.h> #include "Python.h" +#include <stdint.h> #endif #ifndef TARGETPYTHON |
