fix an errant include

This commit is contained in:
Timothy Stack 2015-04-04 02:55:06 -07:00
parent 408c690192
commit 62011b4226
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#include "config.h"
#include <time.h>
#include <sys/_types/_timeval.h>
#include <sys/time.h>
time_t time(time_t *loc)
{