From ad437f13d55b62d9a635fb85ec67c25c10ab7d22 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Sun, 25 Oct 2015 09:34:56 +0000 Subject: Add missing headers for getpid() --- cmd-find.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd-find.c') diff --git a/cmd-find.c b/cmd-find.c index 3d129875..ad03445d 100644 --- a/cmd-find.c +++ b/cmd-find.c @@ -22,6 +22,8 @@ #include #include #include +#include +#include #include "tmux.h" -- cgit