summaryrefslogtreecommitdiff
path: root/test/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/threads.h')
-rw-r--r--test/threads.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/threads.h b/test/threads.h
index 73191459b..d81f1e6a6 100644
--- a/test/threads.h
+++ b/test/threads.h
@@ -3,7 +3,7 @@
//
// Simple threading API for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2010 by Bill Spitzak and others.
+// Copyright 1998-2016 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -34,7 +34,7 @@
#ifndef Threads_H
# define Threads_H
-# if HAVE_PTHREAD_H
+# ifdef HAVE_PTHREAD_H
// Use POSIX threading...
# include <pthread.h>