aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-03-16 08:41:08 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1997-03-16 08:41:08 -0500
commitc8163b58edb375a97197b7a2c36c1c3645528d7d (patch)
tree232c1477bd5b6fdb7cb36d64d62d600677df55ac /gcc/objc
parent8235e418bc1df0e7128725cf98bbc158a30d1f40 (diff)
downloadgcc-c8163b58edb375a97197b7a2c36c1c3645528d7d.zip
gcc-c8163b58edb375a97197b7a2c36c1c3645528d7d.tar.gz
gcc-c8163b58edb375a97197b7a2c36c1c3645528d7d.tar.bz2
Correct include path.
From-SVN: r13716
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/thr-pthreads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/thr-pthreads.c b/gcc/objc/thr-pthreads.c
index cbd997c..3e73fe0 100644
--- a/gcc/objc/thr-pthreads.c
+++ b/gcc/objc/thr-pthreads.c
@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
however invalidate any other reasons why the executable file might be
covered by the GNU General Public License. */
-#include <pthreads/pthread.h>
+#include <pthread.h>
#include <objc/thr.h>
#include "runtime.h"