projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af090ff
)
included fmacros.h in linenose.c to avoid compilation warnings on Linux
author
antirez
<antirez@metal.(none)>
Sun, 2 May 2010 13:11:05 +0000
(15:11 +0200)
committer
antirez
<antirez@metal.(none)>
Sun, 2 May 2010 13:11:05 +0000
(15:11 +0200)
linenoise.c
patch
|
blob
|
blame
|
history
diff --git
a/linenoise.c
b/linenoise.c
index f7f2159fbf3e4a2955509d22b22572731be8e850..0c04d03fb153ee8e7459b9c4cbedfb233a30300a 100644
(file)
--- a/
linenoise.c
+++ b/
linenoise.c
@@
-69,6
+69,7
@@
*
*/
+#include "fmacros.h"
#include <termios.h>
#include <unistd.h>
#include <stdlib.h>