diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/match_four.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/match_four.c b/src/match_four.c index c7d2cd3..df88afb 100644 --- a/src/match_four.c +++ b/src/match_four.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #include "match.h" | 1 | #include "match.h" |
| 2 | #include <limits.h> | 2 | #include <limits.h> |
| 3 | #include <stdlib.h> | ||
| 3 | 4 | ||
| 4 | typedef unsigned char u8; | 5 | typedef unsigned char u8; |
| 5 | typedef unsigned int u32; | 6 | typedef unsigned int u32; |
