Correct include path.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 16 Mar 1997 13:41:08 +0000 (08:41 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 16 Mar 1997 13:41:08 +0000 (08:41 -0500)
From-SVN: r13716

gcc/objc/thr-pthreads.c

index cbd997c..3e73fe0 100644 (file)
@@ -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"