included fmacros.h in linenose.c to avoid compilation warnings on Linux

This commit is contained in:
antirez 2010-05-02 15:11:05 +02:00
parent af090ffa52
commit 2cf5e5136b

View File

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