Skip to content

Commit 32cf296

Browse files
committedAug 28, 2015
[GRASS] add HAVE_SYS_TIME_H definition, another fix for #13277
1 parent e94ebc4 commit 32cf296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/grass/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ADD_DEFINITIONS("-DGRASS_EXPORT=${DLLIMPORT} -DGRASS_LIB_EXPORT=${DLLIMPORT}")
1010
IF (WIN32)
1111
ADD_DEFINITIONS(-DHAVE_GETPT)
1212
ELSE (WIN32)
13-
ADD_DEFINITIONS(-DHAVE_POSIX_OPENPT)
13+
ADD_DEFINITIONS(-DHAVE_POSIX_OPENPT -DHAVE_SYS_TIME_H)
1414
ENDIF (WIN32)
1515

1616
# GRASS Direct disabled in 2.0

0 commit comments

Comments
 (0)
Please sign in to comment.