diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2009-10-07 22:53:19 -0400 |
|---|---|---|
| committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-16 11:42:12 -0700 |
| commit | 9de3468b44b0d71714d71b7b113e870d6fd0591d (patch) | |
| tree | 626a12e20776db144340b55da2e30c9063c75663 | |
| parent | ca50357830359d2f1d41ce8ba768a1b4fa50f3a4 (diff) | |
| download | uClibc-alpine-9de3468b44b0d71714d71b7b113e870d6fd0591d.tar.bz2 uClibc-alpine-9de3468b44b0d71714d71b7b113e870d6fd0591d.tar.xz | |
ldso: pull in missing bits/fcntl.h header for O_CLOEXEC
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
| -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> |
