Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix sys/select.h header include on Mac for grass data file
(cherry picked from commit d722f5b)
  • Loading branch information
dakcarto authored and jef-n committed Aug 18, 2015
1 parent 5bcff73 commit dd4475c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/grass/qgsgrassdatafile.cpp
Expand Up @@ -13,12 +13,12 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsgrassdatafile.h"

#ifdef Q_OS_UNIX
#include <sys/select.h>
#endif

#include "qgsgrassdatafile.h"

QgsGrassDataFile::QgsGrassDataFile( QObject *parent )
: QFile( parent )
, mFh( 0 )
Expand Down

0 comments on commit dd4475c

Please sign in to comment.