]> granicus.if.org Git - postgis/commitdiff
Fixed "compat.h" include to be local.
authorSandro Santilli <strk@keybit.net>
Tue, 2 Nov 2004 17:53:06 +0000 (17:53 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 2 Nov 2004 17:53:06 +0000 (17:53 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1078 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/liblwgeom.h

index 961cc3c5dc00e0024b8cc08f3d21f64334d5ebf8..528a850895972704c304c98a0d37e1f275e49018 100644 (file)
@@ -2,7 +2,7 @@
 #define _LIBLWGEOM_H 1
 
 #include <stdio.h>
-#include <compat.h>
+#include "compat.h"
 
 #define INTEGRITY_CHECKS 1
 //#define DEBUG_ALLOCS 1