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

Add missing #include for MIN/MAX users.

This commit is contained in:
Roland McGrath
2014-07-01 15:01:24 -07:00
parent 631021e0aa
commit ca06321df0
5 changed files with 11 additions and 0 deletions

View File

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