From 1221e834f49adb91eb0b7443a57274f2611459c2 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 23 Feb 2019 15:22:33 -0500 Subject: compile in current environment --- src/wordexp/wordexp.c | 1 + src/wordexp/wordfree.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/wordexp') diff --git a/src/wordexp/wordexp.c b/src/wordexp/wordexp.c index 5ac38d9e..4a81db03 100644 --- a/src/wordexp/wordexp.c +++ b/src/wordexp/wordexp.c @@ -1,3 +1,4 @@ +#include "sys/types.h" #include int wordexp(const char *restrict words, wordexp_t *restrict pwordexp, int flags) diff --git a/src/wordexp/wordfree.c b/src/wordexp/wordfree.c index f1043c2d..096de4be 100644 --- a/src/wordexp/wordfree.c +++ b/src/wordexp/wordfree.c @@ -1,3 +1,4 @@ +#include "sys/types.h" #include void wordfree(wordexp_t *pwordexp) -- cgit v1.2.1