summaryrefslogtreecommitdiffstats
path: root/src/xmalloc.c
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-05-11 15:04:33 -0300
committermongo <mongo@iomega>2016-05-11 15:04:33 -0300
commit232178e1b0bfa18ab25e9b33b4babc08307258ae (patch)
tree175f6a81091e5df3f772094cee24a2cf21f4f174 /src/xmalloc.c
parenteed0b7a0fe618ed103ee5f97d762dcaefb1b09ea (diff)
Change in EvalAll
Diffstat (limited to 'src/xmalloc.c')
-rw-r--r--src/xmalloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xmalloc.c b/src/xmalloc.c
index becbeff..5bcde97 100644
--- a/src/xmalloc.c
+++ b/src/xmalloc.c
@@ -1,4 +1,5 @@
-#include <ncursesw/curses.h>
+//#include <ncursesw/curses.h>
+#include <ncurses.h>
#include <stdlib.h>
#include "sc.h"
#include "xmalloc.h"