diff options
author | antirez <antirez@gmail.com> | 2009-03-27 22:00:27 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2009-03-27 22:00:27 +0100 |
commit | 23d4709dfbdc5d8f669c2e376159ffdfb4d37471 (patch) | |
tree | 945bef3d87c9f7c0c117fc6252bd4f4040921e06 /dict.c | |
parent | 53f8c2c71e5962eeaccb80d04d2e0ff575d520fd (diff) | |
download | redis-23d4709dfbdc5d8f669c2e376159ffdfb4d37471.tar.gz |
feature macros defined to play well with C99
Diffstat (limited to 'dict.c')
-rw-r--r-- | dict.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include "fmacros.h" + #include <stdio.h> #include <stdlib.h> #include <string.h> |