diff options
author | Kostyantyn Ovechko <fastinetserver@gmail.com> | 2010-07-16 22:51:22 +0300 |
---|---|---|
committer | Kostyantyn Ovechko <fastinetserver@gmail.com> | 2010-07-16 22:51:22 +0300 |
commit | 1aaf600d004945a745c5ba9e15e8be9007700593 (patch) | |
tree | e92eacfa56055b3e58223e9605d4a558df554a00 /segget/tui.h | |
parent | Add to segget.conf file section [provide_proxy_fetcher_to_others]. (diff) | |
download | idfetch-1aaf600d004945a745c5ba9e15e8be9007700593.tar.gz idfetch-1aaf600d004945a745c5ba9e15e8be9007700593.tar.bz2 idfetch-1aaf600d004945a745c5ba9e15e8be9007700593.zip |
Fix: Generate one .o per .cpp, and link them together.
Diffstat (limited to 'segget/tui.h')
-rw-r--r-- | segget/tui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/segget/tui.h b/segget/tui.h index a09f4e3..baf718f 100644 --- a/segget/tui.h +++ b/segget/tui.h @@ -26,6 +26,7 @@ #ifndef __TUI_H__ #define __TUI_H__ +#include <ncurses.h> #include "settings.h" #include "ui_server.h" |