]> git.saurik.com Git - redis.git/commitdiff
included fmacros.h in linenose.c to avoid compilation warnings on Linux
authorantirez <antirez@metal.(none)>
Sun, 2 May 2010 13:11:05 +0000 (15:11 +0200)
committerantirez <antirez@metal.(none)>
Sun, 2 May 2010 13:11:05 +0000 (15:11 +0200)
linenoise.c

index f7f2159fbf3e4a2955509d22b22572731be8e850..0c04d03fb153ee8e7459b9c4cbedfb233a30300a 100644 (file)
@@ -69,6 +69,7 @@
  * 
  */
 
+#include "fmacros.h"
 #include <termios.h>
 #include <unistd.h>
 #include <stdlib.h>