From 9420758127dbcf4de83d3f4d9354e292c015f1ba Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 20 Apr 2017 19:09:07 +0100 Subject: getptmfd() and fdforkpty() compat. --- compat/setenv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'compat/setenv.c') diff --git a/compat/setenv.c b/compat/setenv.c index 9f9295c8..d9235bcc 100644 --- a/compat/setenv.c +++ b/compat/setenv.c @@ -15,13 +15,15 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include + #include #include #include "compat.h" int -setenv(const char *name, const char *value, unused int overwrite) +setenv(const char *name, const char *value, __unused int overwrite) { char *newval; -- cgit