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
tmux.c
View File

@ -26,8 +26,8 @@
#include <pwd.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <unistd.h>
#include "tmux.h"