Fix small compiling problem

This commit is contained in:
Noah Goldsmid 2018-07-17 17:14:21 +02:00
parent 1a45df6f82
commit aa129b9c9b
1 changed files with 2 additions and 1 deletions

View File

@ -8,10 +8,11 @@
#include "reddit.h"
#if defined(CREDDIT_USE_NCURSESW)
#include <ncursesw/curses.h>
#include <ncursesw/form.h>
#else
#include <ncurses.h>
#endif
#include <form.h>
#endif
#include <locale.h>
#include "global.h"