summaryrefslogtreecommitdiff
path: root/src/match_four.c
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2013-07-31 19:25:50 +0200
committerHenrik Rydberg <rydberg@euromail.se>2013-07-31 19:25:50 +0200
commit72bbb5f42fe8e47d6314eb92a0ada6554644305c (patch)
tree1c3e5141d8f78260dff3078a3883cf34d69633cd /src/match_four.c
parentb5d8e8e26c0116e4b6e556a0f6da8777bc55c590 (diff)
parenta9ea3168615056360cdb21d6f1576d66be2a43fe (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.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;