mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
getpid() header
git-svn-id: http://svn.osgeo.org/qgis/trunk@4120 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
31c1d5020a
commit
d7111f0fa5
@ -25,6 +25,10 @@
|
||||
#include "qtextstream.h"
|
||||
#include "qgsgrass.h"
|
||||
|
||||
extern "C" {
|
||||
#include <unistd.h>
|
||||
}
|
||||
|
||||
void QgsGrass::init( void ) {
|
||||
if ( !initialized ) {
|
||||
// Is it active mode ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user