--- cgps.c.orig 2015-12-05 18:01:50.870688000 +0100
+++ cgps.c 2015-12-05 18:02:01.071629000 +0100
@@ -90,7 +90,7 @@
#include <string.h>
#include <math.h>
#include <errno.h>
-#include <curses.h>
+#include <ncurses.h>
#include <time.h>
#include <signal.h>
#ifndef S_SPLINT_S
--- gpsmon.h.orig 2015-12-05 18:02:42.814869000 +0100
+++ gpsmon.h 2015-12-05 18:02:52.932452000 +0100
@@ -8,7 +8,7 @@
#ifndef _GPSD_GPSMON_H_
#define _GPSD_GPSMON_H_
#define COMMAND_TERMINATE -1
#define COMMAND_MATCH 1