summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
authorbje <bje>1998-07-24 12:09:32 +0000
committerbje <bje>1998-07-24 12:09:32 +0000
commite014e52e7c0bab89204339f0dc98c110ae48715b (patch)
treee005b5ad4c4670dea578dd99164c2004871add4b /pthread.h
parent44a56b7d9a229b18b9f9886888eb344ee3f1ff99 (diff)
Minor #include and #ifdef fixes.
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pthread.h b/pthread.h
index 43b9594..70ece60 100644
--- a/pthread.h
+++ b/pthread.h
@@ -22,6 +22,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef _PTHREADS_H
#define _PTHREADS_H
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
#ifdef HAVE_SIGNAL_H
#include <signal.h>
#endif /* HAVE_SIGNAL_H */