Skip to content

Commit

Permalink
[GRASS] add HAVE_SYS_TIME_H definition, another fix for #13277
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Aug 28, 2015
1 parent e94ebc4 commit 32cf296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/CMakeLists.txt
Expand Up @@ -10,7 +10,7 @@ ADD_DEFINITIONS("-DGRASS_EXPORT=${DLLIMPORT} -DGRASS_LIB_EXPORT=${DLLIMPORT}")
IF (WIN32)
ADD_DEFINITIONS(-DHAVE_GETPT)
ELSE (WIN32)
ADD_DEFINITIONS(-DHAVE_POSIX_OPENPT)
ADD_DEFINITIONS(-DHAVE_POSIX_OPENPT -DHAVE_SYS_TIME_H)
ENDIF (WIN32)

# GRASS Direct disabled in 2.0
Expand Down

0 comments on commit 32cf296

Please sign in to comment.