pkgsrc/graphics/GMT/patches/patch-aw
jtb 1acbced92d Fix byte ordering in grdraster. Proper location of HTML docs in the
GMT help script. Fix some patch fuzz. Install libgmt_mgg.la before
the programs depending on it, saving some warnings from libtool.
2001-04-20 17:16:19 +00:00

10 lines
228 B
Text

$NetBSD: patch-aw,v 1.2 2001/04/20 17:16:19 jtb Exp $
--- src/meca/meca.h.orig Fri Dec 29 22:10:37 2000
+++ src/meca/meca.h
@@ -2,4 +2,5 @@
#include <stdio.h>
#include <math.h>
+#include <sys/types.h>
#define EPSIL 0.0001