From 987993a38d12f6de052683711e673fa6bbbdae86 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 2 Nov 2010 16:27:46 +0000 Subject: First take on changes to allow building with MSC for W32CE. Fixed regression in plain W32 build. --- src/ath.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ath.h') diff --git a/src/ath.h b/src/ath.h index 26d0cb25..8a7a5072 100644 --- a/src/ath.h +++ b/src/ath.h @@ -36,7 +36,9 @@ # ifdef HAVE_SYS_SELECT_H # include # else -# include +# ifdef HAVE_SYS_TIME_H +# include +# endif # endif # include # include -- cgit v1.2.3