Fix pthread isystem reference

Fixes #489
This commit is contained in:
Justine Tunney 2022-07-15 18:46:11 -07:00
parent 13d67fed38
commit b4e38851ff
2 changed files with 16 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#ifndef LIBC_ISYSTEM_PTHREAD_H_
#define LIBC_ISYSTEM_PTHREAD_H_
#include "libc/runtime/pthread.h"
#include "libc/intrin/pthread.h"
#endif /* LIBC_ISYSTEM_PTHREAD_H_ */