missing include on newer system

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2012-04-10 16:05:44 +02:00
parent 88f809169d
commit 44a764d21e

View file

@ -25,6 +25,7 @@
/* includes */ /* includes */
#include <ncurses.h> #include <ncurses.h>
#include <unistd.h>
#include "../libngstar2/NGStar2.hh" #include "../libngstar2/NGStar2.hh"
#include "../libngstar2/Configuration.hh" #include "../libngstar2/Configuration.hh"