wavemon: update to v0.8.0

Requires small changes to the included header files in order to build
successfully using musl.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
This commit is contained in:
Jonathan McCrohan
2016-03-19 17:52:50 +00:00
parent 8eae2489b0
commit 620e8fe8c7
2 changed files with 25 additions and 4 deletions

View File

@@ -0,0 +1,21 @@
diff --git a/wavemon.h b/wavemon.h
index e7584f7..8c76d11 100644
--- a/wavemon.h
+++ b/wavemon.h
@@ -19,6 +19,7 @@
* Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <stdio.h>
+#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
@@ -33,7 +34,7 @@
#include <ctype.h>
#include <math.h>
#include <stdbool.h>
-#include <ncurses.h>
+#include <curses.h>
#include "llist.h"