summaryrefslogtreecommitdiff
path: root/src/rio.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-10-23 10:57:01 +0200
committerantirez <antirez@gmail.com>2011-10-23 10:57:01 +0200
commitf013f40003e5709203e31dcba4485f8342e2cccc (patch)
treeff1f3c1d69a495122dc4c4bf927f54996a3c56d6 /src/rio.c
parent9e6a9f30ea72445740a26599d50ed63a14a59f7f (diff)
downloadredis-f013f40003e5709203e31dcba4485f8342e2cccc.tar.gz
Fixed a few warnings compiling on Linux.
Diffstat (limited to 'src/rio.c')
-rw-r--r--src/rio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rio.c b/src/rio.c
index f695a4824..95b1ee7e6 100644
--- a/src/rio.c
+++ b/src/rio.c
@@ -1,4 +1,6 @@
+#include "fmacros.h"
#include <string.h>
+#include <stdio.h>
#include "rio.h"
#include "util.h"