diff options
Diffstat (limited to 'academic/GMT/gmtdigitize.patch')
-rw-r--r-- | academic/GMT/gmtdigitize.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/academic/GMT/gmtdigitize.patch b/academic/GMT/gmtdigitize.patch new file mode 100644 index 0000000000..a3a0eb75ab --- /dev/null +++ b/academic/GMT/gmtdigitize.patch @@ -0,0 +1,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> |