* [PATCH] libuuid: add limits.h include for OPEN_MAX
@ 2011-09-06 22:41 maximilian attems
2011-09-07 5:48 ` Karel Zak
0 siblings, 1 reply; 2+ messages in thread
From: maximilian attems @ 2011-09-06 22:41 UTC (permalink / raw)
To: util-linux; +Cc: maximilian attems
Needed as definition for usage in close_all_fds().
Noticed on klibc build.
Signed-off-by: maximilian attems <max@stro.at>
---
libuuid/src/gen_uuid.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libuuid/src/gen_uuid.c b/libuuid/src/gen_uuid.c
index f4c8997..492bb75 100644
--- a/libuuid/src/gen_uuid.c
+++ b/libuuid/src/gen_uuid.c
@@ -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>
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-07 5:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 22:41 [PATCH] libuuid: add limits.h include for OPEN_MAX maximilian attems
2011-09-07 5:48 ` Karel Zak
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.