From aef262eb5a7f32ec4c768fe1a5f208fa9b8862d3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 7 Oct 2009 22:53:19 -0400 Subject: ldso: pull in missing bits/fcntl.h header for O_CLOEXEC Signed-off-by: Mike Frysinger --- ldso/include/ldso.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index 1dd35febc..3612fa80f 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -27,6 +27,8 @@ /* Pull in compiler and arch stuff */ #include #include +#define _FCNTL_H +#include #include /* Pull in the arch specific type information */ #include -- cgit v1.2.3