diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-10-27 14:04:22 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-10-27 14:04:22 +0100 |
commit | 0beca6c4adf7565ff22e66eb4f4e13160d6778f4 (patch) | |
tree | 271846c524e593fcadfc15080e786bfce238c695 /src | |
parent | most of the commnad line stuff (diff) | |
download | scrotty-0beca6c4adf7565ff22e66eb4f4e13160d6778f4.tar.gz scrotty-0beca6c4adf7565ff22e66eb4f4e13160d6778f4.tar.bz2 scrotty-0beca6c4adf7565ff22e66eb4f4e13160d6778f4.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/scrotty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scrotty.c b/src/scrotty.c index 8cb3dc7..ecfa072 100644 --- a/src/scrotty.c +++ b/src/scrotty.c @@ -33,6 +33,7 @@ #include <string.h> #include <stdlib.h> #include <stdint.h> +#include <alloca.h> #ifndef PATH_MAX |