]> git.saurik.com Git - redis.git/commitdiff
fmacros added to linenoise, avoiding all the nice warnings...
authorantirez <antirez@gmail.com>
Mon, 29 Mar 2010 10:14:34 +0000 (12:14 +0200)
committerantirez <antirez@gmail.com>
Mon, 29 Mar 2010 10:14:34 +0000 (12:14 +0200)
linenoise.c

index 5950d493b4af80bc1ccc695cc04133b851bac46b..4e17da2e1a9cacf48808cad3ba4cbbd7b4fce45d 100644 (file)
@@ -69,6 +69,7 @@
  * 
  */
 
+#include "fmacros.h"
 #include <termios.h>
 #include <unistd.h>
 #include <stdlib.h>