diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-07-03 14:30:51 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-05 00:00:08 +0200 |
commit | d1c0b2c7122f1062c44c5be8d4b4ed55ffb0b3ac (patch) | |
tree | 3736fd57208d25ed0179907ba7af01f393b2ac32 /libfshelp | |
parent | 8a7657093721be0ab0106002c85b755b27ab7e35 (diff) |
libfshelp: add missing import
Add missing import of alloca.h.
* libfshelp/set-options.c: Add missing import.
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/set-options.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <mach.h> #include <argp.h> #include <argz.h> +#include <alloca.h> #include "fshelp.h" |