From a7f3ae476dc0f6d2d96a15b81dd8530b8a4b71e7 Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Sat, 17 Jan 2015 23:50:11 +0100 Subject: [PATCH] Always include time.h. --- src/ezstream.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ezstream.h b/src/ezstream.h index cfa07ef..6e8d3ca 100644 --- a/src/ezstream.h +++ b/src/ezstream.h @@ -27,9 +27,8 @@ #endif /* HAVE_SYS_TYPES_H */ #ifdef HAVE_SYS_TIME_H # include -#else /* HAVE_SYS_TIME_H */ -# include #endif /* HAVE_SYS_TIME_H */ +#include #ifdef HAVE_SYS_STAT_H # include #endif /* HAVE_SYS_STAT_H */