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
  • Loading branch information
dakcarto committed Jul 30, 2015
1 parent 6715161 commit d722f5b
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 d722f5b

Please sign in to comment.