mirror of
https://github.com/gwenhael-le-moine/ngstar.git
synced 2024-12-25 09:58:09 +01:00
missing include on newer system
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
88f809169d
commit
44a764d21e
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
|
||||
/* includes */
|
||||
#include <ncurses.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../libngstar2/NGStar2.hh"
|
||||
#include "../libngstar2/Configuration.hh"
|
||||
|
|
Loading…
Reference in a new issue