From 88ae75988aaeb198f9633d36c424b07296389027 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 2 Aug 2009 19:14:50 -0700 Subject: http: preliminary chunk decoding --- ext/unicorn_http/c_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/unicorn_http/c_util.h') diff --git a/ext/unicorn_http/c_util.h b/ext/unicorn_http/c_util.h index 895c686..424e861 100644 --- a/ext/unicorn_http/c_util.h +++ b/ext/unicorn_http/c_util.h @@ -9,6 +9,7 @@ #include #include +#define MIN(a,b) (a < b ? a : b) #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) #ifndef SIZEOF_OFF_T -- cgit v1.2.3-24-ge0c7