Skip to content

Commit a2c683a

Browse files
author
timlinux
committedFeb 18, 2007
Use absolute file path to util.h on mac to resolve compile errors due to geos util.h being found instead
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6631 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 53b04e7 commit a2c683a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/plugins/grass/qgsgrassshell.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ extern "C" {
3535
#include <stdio.h>
3636
#include <stdlib.h>
3737
#include <unistd.h>
38-
3938
#ifndef WIN32
4039
#ifdef Q_OS_MACX
41-
#include <util.h>
40+
#include "/usr/include/util.h"
4241
#else
4342
#ifdef __NetBSD__
4443
#include <util.h>

0 commit comments

Comments
 (0)
Please sign in to comment.