From: antirez Date: Mon, 29 Mar 2010 10:14:34 +0000 (+0200) Subject: fmacros added to linenoise, avoiding all the nice warnings... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/de450ee9e5383a78bc0bea8e5c7c120b9160eb10 fmacros added to linenoise, avoiding all the nice warnings... --- diff --git a/linenoise.c b/linenoise.c index 5950d493..4e17da2e 100644 --- a/linenoise.c +++ b/linenoise.c @@ -69,6 +69,7 @@ * */ +#include "fmacros.h" #include #include #include