Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 509362
Collapse All | Expand All

(-)qgis-1.7.4+1.7.5~20120320.orig/src/core/spatialindex/tools/TemporaryFile.cc (+1 lines)
Lines 20-25 Link Here
20
//    mhadji@gmail.com
20
//    mhadji@gmail.com
21
21
22
#include <stdio.h>
22
#include <stdio.h>
23
#include <unistd.h>
23
24
24
#include <Tools.h>
25
#include <Tools.h>
25
26
(-)qgis-1.7.4+1.7.5~20120320.orig/src/core/spatialindex/storagemanager/DiskStorageManager.cc (+1 lines)
Lines 25-30 Link Here
25
#include <sys/types.h>
25
#include <sys/types.h>
26
#include <sys/stat.h>
26
#include <sys/stat.h>
27
#include <stdio.h>
27
#include <stdio.h>
28
#include <unistd.h>
28
#include <cstring>
29
#include <cstring>
29
30
30
#ifdef WIN32
31
#ifdef WIN32

Return to bug 509362