diff options
Diffstat (limited to 'src/cubetypes.h')
| -rw-r--r-- | src/cubetypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index 4997f3a..334662c 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #define CUBETYPES_H | 2 | #define CUBETYPES_H |
| 3 | 3 | ||
| 4 | #include <stdbool.h> | 4 | #include <stdbool.h> |
| 5 | #include <stdint.h> | 5 | #include <inttypes.h> |
| 6 | 6 | ||
| 7 | #define NMOVES 55 /* Actually 55, but one is NULLMOVE */ | 7 | #define NMOVES 55 /* Actually 55, but one is NULLMOVE */ |
| 8 | #define NTRANS 48 | 8 | #define NTRANS 48 |
