From d1c0b2c7122f1062c44c5be8d4b4ed55ffb0b3ac Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Wed, 3 Jul 2013 14:30:51 +0200 Subject: libfshelp: add missing import Add missing import of alloca.h. * libfshelp/set-options.c: Add missing import. --- libfshelp/set-options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libfshelp/set-options.c') diff --git a/libfshelp/set-options.c b/libfshelp/set-options.c index 13e4001f..77cdba15 100644 --- a/libfshelp/set-options.c +++ b/libfshelp/set-options.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "fshelp.h" -- cgit v1.2.3