Displaying 1 result from an estimated 1 matches for "123eddc".
2016 Feb 01
0
[klibc:master] stdlib.h: include <fcntl.h> for inline of posix_grantpt()
...pollution is not a major concern in klibc, add
<fcntl.h> to support the inline of posix_grantpt().
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
usr/include/stdlib.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/usr/include/stdlib.h b/usr/include/stdlib.h
index 250755f..123eddc 100644
--- a/usr/include/stdlib.h
+++ b/usr/include/stdlib.h
@@ -10,6 +10,7 @@
#include <stddef.h>
#include <malloc.h>
+#include <fcntl.h>
#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0