libuuid: add limits.h include for OPEN_MAX

Needed as definition for usage in close_all_fds().
Noticed on klibc build.

Signed-off-by: maximilian attems <max@stro.at>
This commit is contained in:
maximilian attems 2011-09-07 00:41:25 +02:00 committed by Karel Zak
parent c026835006
commit f57d96050d
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
#include <string.h>
#include <fcntl.h>
#include <errno.h>
#include <limits.h>
#include <sys/types.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>