summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/gnutls.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/includes/gnutls/gnutls.h.in')
-rw-r--r--lib/includes/gnutls/gnutls.h.in11
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 8359fe2ea5..2965889664 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -37,15 +37,12 @@
#ifndef GNUTLS_H
#define GNUTLS_H
+/* Get ssize_t. */
+#include <sys/types.h>
+
/* Get size_t. */
#include <stddef.h>
-/* Get ssize_t. */
-#ifndef HAVE_SSIZE_T
-#define HAVE_SSIZE_T
-/* *INDENT-OFF* */
-@DEFINE_SSIZE_T@
-/* *INDENT-ON* */
-#endif
+
/* Get time_t. */
#include <time.h>