From ab6a232c4f92f6e3b41fe8160592b1972a0f3fc7 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Tue, 16 Jul 2013 02:33:05 +0200 Subject: [PATCH] fix windows build of grass fake library --- src/providers/grass/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/grass/CMakeLists.txt b/src/providers/grass/CMakeLists.txt index 1076287d3f6..859f8f3d43a 100644 --- a/src/providers/grass/CMakeLists.txt +++ b/src/providers/grass/CMakeLists.txt @@ -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 \n" ) LIST ( APPEND PROTOTYPES "#include \n" ) #LIST ( APPEND PROTOTYPES "int GRASS_LIB_EXPORT G_set_error_routine(int (*)(const char *, int))\;\n" )