aboutsummaryrefslogtreecommitdiff
path: root/libfshelp
diff options
context:
space:
mode:
Diffstat (limited to 'libfshelp')
-rw-r--r--libfshelp/delegate.c2
-rw-r--r--libfshelp/start-translator-long.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/libfshelp/delegate.c b/libfshelp/delegate.c
index a44310f0..d8a9e497 100644
--- a/libfshelp/delegate.c
+++ b/libfshelp/delegate.c
@@ -19,6 +19,8 @@
#include <errno.h>
#include <string.h>
+#include <alloca.h>
+#include <stdlib.h>
#include <argz.h>
#include <hurd.h>
#include <hurd/fsys.h>
diff --git a/libfshelp/start-translator-long.c b/libfshelp/start-translator-long.c
index 707b59ef..3a0a115b 100644
--- a/libfshelp/start-translator-long.c
+++ b/libfshelp/start-translator-long.c
@@ -24,6 +24,7 @@
#include <mach.h>
#include <errno.h>
#include <unistd.h>
+#include <stdlib.h>
#include <fcntl.h>
#include <stdint.h>
#include <string.h>