Files
pkgsrc-ng/misc/zyGrib/patches/patch-ab
2013-09-26 17:14:40 +02:00

14 lines
330 B
Plaintext

$NetBSD: patch-ab,v 1.5 2012/07/01 07:21:35 plunky Exp $
--- map/Projection.h.orig 2012-06-03 21:03:41.000000000 +0000
+++ map/Projection.h
@@ -20,7 +20,7 @@ along with this program. If not, see <h
#define PROJECTION_H
#include <QObject>
-#include "proj_api.h"
+#include <proj_api.h>
class Projection : public QObject
{