diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2013-07-31 19:25:50 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2013-07-31 19:25:50 +0200 |
| commit | 72bbb5f42fe8e47d6314eb92a0ada6554644305c (patch) | |
| tree | 1c3e5141d8f78260dff3078a3883cf34d69633cd /src/match_four.c | |
| parent | b5d8e8e26c0116e4b6e556a0f6da8777bc55c590 (diff) | |
| parent | a9ea3168615056360cdb21d6f1576d66be2a43fe (diff) | |
Merge more build fixes from Peter Hutterer, along with a more explicit
declaration of the backwards compatibility constraints on the API.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/match_four.c')
| -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; |
