git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68350 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -60,7 +60,11 @@
#include <stdarg.h>
#include <stdio.h>
+
+#ifndef CTYPESGEN
#include <setjmp.h>
+#endif
#include <sys/types.h>
#include <sys/stat.h>
@@ -279,7 +283,10 @@ void G__read_mapset_env(void);
void G__read_gisrc_env(void);
/* error.c */
jmp_buf *G_fatal_longjmp(int);
int G_info_format(void);
void G_message(const char *, ...) __attribute__ ((format(printf, 1, 2)));
void G_verbose_message(const char *, ...)