diff options
author | Louie Shprung <lshprung@scu.edu> | 2023-01-07 14:37:43 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2023-01-07 14:37:43 -0800 |
commit | 3c64e633185d7065c1a72673394acef89ff4740e (patch) | |
tree | 3f7c220040eb07246a5c8d65d5de3e8820784cb0 /src/draw.c | |
parent | 877917a7e5ebce25a2088d3198410423d60e6768 (diff) |
Use AX_WITH_CURSES in configure
Diffstat (limited to 'src/draw.c')
-rw-r--r-- | src/draw.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -4,12 +4,7 @@ #include <time.h> #include <unistd.h> -//Windows/Unix Compatability -#if defined _WIN32 || defined _WIN64 -#include <ncurses/ncurses.h> -#else #include <ncurses.h> -#endif #include "include/cache.h" #include "include/draw.h" |