Skip to content

Commit

Permalink
fix windows build of grass fake library
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 16, 2013
1 parent 0e7b60e commit ab6a232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/grass/CMakeLists.txt
Expand Up @@ -438,6 +438,7 @@ SET ( PROTOTYPES "// Auto generated by cmake, do not edit\n" )
LIST ( APPEND PROTOTYPES "#define GRASS_GISDEFS_H\n" )
LIST ( APPEND PROTOTYPES "extern \"C\"\n" )
LIST ( APPEND PROTOTYPES "{\n" )
LIST ( APPEND PROTOTYPES "#include <sys/types.h>\n" )
LIST ( APPEND PROTOTYPES "#include <grass/gis.h>\n" )
#LIST ( APPEND PROTOTYPES "int GRASS_LIB_EXPORT G_set_error_routine(int (*)(const char *, int))\;\n" )

Expand Down

0 comments on commit ab6a232

Please sign in to comment.