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

@ -17,12 +17,12 @@
*/
#include <sys/types.h>
#include <time.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "tmux.h"