aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-06-01 09:02:27 +0100
committerThomas Adam <thomas@xteddy.org>2019-06-01 09:02:27 +0100
commit8382ae65b7445a70e8a24b541cf104eedadd7265 (patch)
treea8df8e9b2a7744a0b684b692d003495825c8fba2
parentec690208a3b416ce2b3713e3e882ba414afd8c0f (diff)
parent39ea8a2787a29265970d0ef47a879527bc30d1f8 (diff)
downloadrtmux-8382ae65b7445a70e8a24b541cf104eedadd7265.tar.gz
rtmux-8382ae65b7445a70e8a24b541cf104eedadd7265.tar.bz2
rtmux-8382ae65b7445a70e8a24b541cf104eedadd7265.zip
Merge branch 'obsd-master'
-rw-r--r--cmd-parse.y1
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>