From 5c8785ac0d0d7943de370ae4eefd87f56bb65ba9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 9 Oct 2011 18:57:20 +0200 Subject: [PATCH] proto-shell: add _GNU_SOURCE define to get O_DIRECTORY --- proto-shell.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto-shell.c b/proto-shell.c index 41031c3..65ade12 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -1,3 +1,5 @@ +#define _GNU_SOURCE + #include #include #include -- 2.11.0