summaryrefslogtreecommitdiff
path: root/lib/gthreads.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gthreads.h')
-rw-r--r--lib/gthreads.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gthreads.h b/lib/gthreads.h
index 6c89a14ab2..02ab8d3da9 100644
--- a/lib/gthreads.h
+++ b/lib/gthreads.h
@@ -20,6 +20,9 @@
*
*/
+#ifndef GNUTLS_LIB_GTHREADS_H
+#define GNUTLS_LIB_GTHREADS_H
+
#include <config.h>
#ifdef HAVE_THREADS_H
@@ -31,3 +34,5 @@
#else
# error Unsupported platform
#endif
+
+#endif /* GNUTLS_LIB_GTHREADS_H */