Accept GPLed build tool modules when --lgpl is given.
[gnulib.git] / lib / tls.h
index 3ca9504..fadce76 100644 (file)
--- a/lib/tls.h
+++ b/lib/tls.h
@@ -38,6 +38,9 @@
 */
 
 
+#ifndef _TLS_H
+#define _TLS_H
+
 /* ========================================================================= */
 
 #if USE_POSIX_THREADS
@@ -308,3 +311,7 @@ typedef struct
     (void)0
 
 #endif
+
+/* ========================================================================= */
+
+#endif /* _TLS_H */