diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-11 21:31:36 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-11 21:31:36 -0300 |
commit | d4cc43aa36c6522aeb170ff46dc25ce50085e75c (patch) | |
tree | 44b7482b1e8fa0cbe6ae48b8bddfd1418320da64 /jet2.cpp | |
parent | 86a991ee4306d83c422cc05d1076db50b5d94763 (diff) | |
download | jet-d4cc43aa36c6522aeb170ff46dc25ce50085e75c.tar.gz jet-d4cc43aa36c6522aeb170ff46dc25ce50085e75c.zip |
Update build params
Diffstat (limited to 'jet2.cpp')
-rw-r--r-- | jet2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #include <stdio.h> #include <string.h> -#include <curses.h> +#include <cursesw.h> #include <sys/types.h> #include <sys/socket.h> |