summaryrefslogtreecommitdiffstats
path: root/gcc/objc
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-03-16 13:41:08 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1997-03-16 13:41:08 +0000
commitd584d9cd40e4961c673a83a94154364015f6feb6 (patch)
tree232c1477bd5b6fdb7cb36d64d62d600677df55ac /gcc/objc
parent3ec759e719e5805837fa51a37ebbf8465338699e (diff)
downloadppe42-gcc-d584d9cd40e4961c673a83a94154364015f6feb6.tar.gz
ppe42-gcc-d584d9cd40e4961c673a83a94154364015f6feb6.zip
Correct include path.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13716 138bc75d-0d04-0410-961f-82ee72b054a4
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 cbd997c79fb..3e73fe07eb1 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"
OpenPOWER on IntegriCloud