mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
$NetBSD: patch-ab,v 1.6 2014/12/30 08:50:55 plunky Exp $
|
|
|
|
--- map/Projection.h.orig 2014-11-02 00:01:52.000000000 +0000
|
|
+++ map/Projection.h
|
|
@@ -21,7 +21,7 @@ along with this program. If not, see <h
|
|
#include <QObject>
|
|
#include <cstdio>
|
|
|
|
-#include "proj_api.h"
|
|
+#include <proj_api.h>
|
|
|
|
class Projection : public QObject
|
|
{
|