View | Details | Raw Unified | Return to bug 205041
Collapse All | Expand All

(-)astro/gpsd/files/patch-cgps.c (+11 lines)
Line 0 Link Here
1
--- cgps.c.orig	2015-12-05 18:01:50.870688000 +0100
2
+++ cgps.c	2015-12-05 18:02:01.071629000 +0100
3
@@ -90,7 +90,7 @@
4
 #include <string.h>
5
 #include <math.h>
6
 #include <errno.h>
7
-#include <curses.h>
8
+#include <ncurses.h>
9
 #include <time.h>
10
 #include <signal.h>
11
 #ifndef S_SPLINT_S
(-)astro/gpsd/files/patch-gpsmon.h (+11 lines)
Line 0 Link Here
1
--- gpsmon.h.orig	2015-12-05 18:02:42.814869000 +0100
2
+++ gpsmon.h	2015-12-05 18:02:52.932452000 +0100
3
@@ -8,7 +8,7 @@
4
 #ifndef _GPSD_GPSMON_H_
5
 #define _GPSD_GPSMON_H_
6
 
7
-#include <curses.h>
8
+#include <ncurses.h>
9
 
10
 #define COMMAND_TERMINATE	-1
11
 #define COMMAND_MATCH		1

Return to bug 205041