diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-10-25 09:34:56 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-10-25 09:34:56 +0000 |
commit | ad437f13d55b62d9a635fb85ec67c25c10ab7d22 (patch) | |
tree | dd61ff1966ec092f9718dff99015e43a8ec1d510 | |
parent | 4681415a15788d070647ebe405e69d6da3e50cca (diff) | |
download | rtmux-ad437f13d55b62d9a635fb85ec67c25c10ab7d22.tar.gz rtmux-ad437f13d55b62d9a635fb85ec67c25c10ab7d22.tar.bz2 rtmux-ad437f13d55b62d9a635fb85ec67c25c10ab7d22.zip |
Add missing headers for getpid()
-rw-r--r-- | cmd-find.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ #include <limits.h> #include <stdlib.h> #include <string.h> +#include <sys/types.h> +#include <unistd.h> #include "tmux.h" |