afa5a71b2d
QGIS aims to be an easy to use GIS, providing common functions and features. The initial goal was to provide a GIS data viewer, but now it also permits to edit, create and analyze lots of spatial datas. QGIS supports a number of raster and vector data formats, with new support easily added using the plugin architecture. with some tweaks by and ok ajacoutot@
12 lines
383 B
Plaintext
12 lines
383 B
Plaintext
$OpenBSD: patch-src_providers_postgres_qgspostgresprovider_cpp,v 1.1.1.1 2009/06/01 23:14:58 landry Exp $
|
|
--- src/providers/postgres/qgspostgresprovider.cpp.orig Sun May 31 14:36:42 2009
|
|
+++ src/providers/postgres/qgspostgresprovider.cpp Sun May 31 14:37:24 2009
|
|
@@ -21,6 +21,7 @@
|
|
#ifdef WIN32
|
|
#include <winsock.h>
|
|
#else
|
|
+#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
#endif
|
|
|