diff options
author | Roland McGrath <roland@gnu.org> | 2005-12-21 22:54:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-12-21 22:54:00 +0000 |
commit | 8dea90aab05bd062d0c8a6974d5405c69982e82a (patch) | |
tree | abaf93653b73792e22cd77c73bbca9075054b022 /nptl/pthread_create.c | |
parent | 8f480b4bc2540b05c200617d68d3be465ccd2a7e (diff) | |
download | glibc-8dea90aab05bd062d0c8a6974d5405c69982e82a.tar glibc-8dea90aab05bd062d0c8a6974d5405c69982e82a.tar.gz glibc-8dea90aab05bd062d0c8a6974d5405c69982e82a.tar.bz2 glibc-8dea90aab05bd062d0c8a6974d5405c69982e82a.zip |
* sysdeps/mach/hurd/ifreq.c: Add missing #includes.
Diffstat (limited to 'nptl/pthread_create.c')
-rw-r--r-- | nptl/pthread_create.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index c11d972572..729b76b838 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -52,7 +52,7 @@ unsigned int __nptl_nthreads = 1; #include "allocatestack.c" /* Code to create the thread. */ -#include "createthread.c" +#include <createthread.c> struct pthread * |