Some header fixes.

This commit is contained in:
Nicholas Marriott
2015-10-15 21:42:17 +01:00
parent 716550021e
commit c06c14fb29
4 changed files with 3 additions and 4 deletions

2
job.c
View File

@ -20,10 +20,10 @@
#include <sys/socket.h>
#include <fcntl.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include "tmux.h"