Add missing headers for getpid()

pull/163/merge
Thomas Adam 2015-10-25 09:34:56 +00:00
parent 4681415a15
commit ad437f13d5
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include "tmux.h"