summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libtls/tls.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libtls/tls.h b/src/lib/libtls/tls.h
index 670ad0d711..f6e489d8e4 100644
--- a/src/lib/libtls/tls.h
+++ b/src/lib/libtls/tls.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: tls.h,v 1.24 2015/09/14 16:16:38 jsing Exp $ */ 1/* $OpenBSD: tls.h,v 1.25 2015/10/01 10:27:34 bcook Exp $ */
2/* 2/*
3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -22,6 +22,8 @@
22extern "C" { 22extern "C" {
23#endif 23#endif
24 24
25#include <sys/types.h>
26
25#include <stddef.h> 27#include <stddef.h>
26#include <stdint.h> 28#include <stdint.h>
27 29