1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

NPTL: Add some missing #include's

This commit is contained in:
Roland McGrath
2014-10-20 14:46:00 -07:00
parent ab49e7630f
commit 6af246cf8b
6 changed files with 12 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <errno.h>
#include <time.h>
#include <sys/param.h>
#include <sys/time.h>
#include "pthreadP.h"
#include <lowlevellock.h>
#include <not-cancel.h>