diff options
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/thr-pthreads.c | 2 |
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" |