aboutsummaryrefslogtreecommitdiff
path: root/inet/arpa/inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'inet/arpa/inet.h')
-rw-r--r--inet/arpa/inet.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/inet/arpa/inet.h b/inet/arpa/inet.h
index 42d38c3..3083676 100644
--- a/inet/arpa/inet.h
+++ b/inet/arpa/inet.h
@@ -101,6 +101,11 @@ extern char *inet_nsap_ntoa (int __len, const unsigned char *__cp,
char *__buf) __THROW;
#endif
+#if __USE_FORTIFY_LEVEL > 0 && defined __fortify_function
+/* Include functions with security checks. */
+# include <bits/inet-fortified.h>
+#endif
+
__END_DECLS
#endif /* arpa/inet.h */