summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/match_four.c1
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
4typedef unsigned char u8; 5typedef unsigned char u8;
5typedef unsigned int u32; 6typedef unsigned int u32;