diff options
Diffstat (limited to 'include/random.h')
-rw-r--r-- | include/random.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/random.h b/include/random.h index 79a9d71dc..139316f9d 100644 --- a/include/random.h +++ b/include/random.h @@ -1,6 +1,8 @@ #ifndef GUARD_RANDOM_H #define GUARD_RANDOM_H +#include "global.h" + extern u32 gRngValue; extern u32 gRng2Value; |