summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/stock/osconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h
index e108508ba..b3d433ee8 100644
--- a/src/include/krb5/stock/osconf.h
+++ b/src/include/krb5/stock/osconf.h
@@ -19,4 +19,11 @@
#define KRB5_USE_INET /* Support IP address family */
+
+#ifdef POSIX_SIGTYPE
+#define sigtype void
+#else
+typedef int sigtype;
+#endif
+
#endif /* __krb5_osconf__ */