summaryrefslogtreecommitdiff
path: root/numpy/random/src/sfc64/sfc64.h
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/src/sfc64/sfc64.h')
-rw-r--r--numpy/random/src/sfc64/sfc64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/src/sfc64/sfc64.h b/numpy/random/src/sfc64/sfc64.h
index 6674ae69c..75c4118d3 100644
--- a/numpy/random/src/sfc64/sfc64.h
+++ b/numpy/random/src/sfc64/sfc64.h
@@ -1,11 +1,11 @@
#ifndef _RANDOMDGEN__SFC64_H_
#define _RANDOMDGEN__SFC64_H_
+#include "numpy/npy_common.h"
#include <inttypes.h>
#ifdef _WIN32
#include <stdlib.h>
#endif
-#include "numpy/npy_common.h"
typedef struct s_sfc64_state {
uint64_t s[4];