fmacros added to linenoise, avoiding all the nice warnings...

This commit is contained in:
antirez 2010-03-29 12:14:34 +02:00
parent fc46bb71ae
commit de450ee9e5

View File

@ -69,6 +69,7 @@
*
*/
#include "fmacros.h"
#include <termios.h>
#include <unistd.h>
#include <stdlib.h>