diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-07 22:53:19 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-10-07 23:02:37 -0400 |
commit | aef262eb5a7f32ec4c768fe1a5f208fa9b8862d3 (patch) | |
tree | ec73f3a2ba2f2edc1c51e084878003d913934fe8 /ldso/include | |
parent | 3cf9c9a2969ddc9927401a4cf9d8d498ec3d8313 (diff) |
ldso: pull in missing bits/fcntl.h header for O_CLOEXEC
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'ldso/include')
-rw-r--r-- | ldso/include/ldso.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h> #include <stdarg.h> +#define _FCNTL_H +#include <bits/fcntl.h> #include <bits/wordsize.h> /* Pull in the arch specific type information */ #include <sys/types.h> |