diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-06-01 09:02:27 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-06-01 09:02:27 +0100 |
commit | 8382ae65b7445a70e8a24b541cf104eedadd7265 (patch) | |
tree | a8df8e9b2a7744a0b684b692d003495825c8fba2 | |
parent | ec690208a3b416ce2b3713e3e882ba414afd8c0f (diff) | |
parent | 39ea8a2787a29265970d0ef47a879527bc30d1f8 (diff) | |
download | rtmux-8382ae65b7445a70e8a24b541cf104eedadd7265.tar.gz rtmux-8382ae65b7445a70e8a24b541cf104eedadd7265.tar.bz2 rtmux-8382ae65b7445a70e8a24b541cf104eedadd7265.zip |
Merge branch 'obsd-master'
-rw-r--r-- | cmd-parse.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-parse.y b/cmd-parse.y index 0a627268..402ec806 100644 --- a/cmd-parse.y +++ b/cmd-parse.y @@ -23,6 +23,7 @@ #include <ctype.h> #include <errno.h> #include <pwd.h> +#include <stdlib.h> #include <string.h> #include <unistd.h> |