blob: a3a0eb75ab3282b2eae465684eb134fd6a5dc185 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- src/misc/old_gmtdigitize.c 2013-01-07 11:39:53.769177645 +0100
+++ src/misc/gmtdigitize.c 2013-01-07 11:40:22.244936205 +0100
@@ -38,6 +38,7 @@
*/
#include "gmt.h"
+#include <sys/types.h>
#ifndef WIN32
#include <termios.h>
|