1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08: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"