1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-10 11:08:49 +00:00

Add missing headers for getpid()

This commit is contained in:
Thomas Adam 2015-10-25 09:34:56 +00:00
parent 4681415a15
commit ad437f13d5

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"