Skip to content

Commit

Permalink
Use absolute file path to util.h on mac to resolve compile errors due…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
timlinux committed Feb 18, 2007
1 parent 53b04e7 commit a2c683a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugins/grass/qgsgrassshell.cpp
Expand Up @@ -35,10 +35,9 @@ extern "C" {
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

#ifndef WIN32
#ifdef Q_OS_MACX
#include <util.h>
#include "/usr/include/util.h"
#else
#ifdef __NetBSD__
#include <util.h>
Expand Down

0 comments on commit a2c683a

Please sign in to comment.