+2007-01-26 Bruno Haible <bruno@clisp.org>
+
+ * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add sys_time.
+
2006-12-23 Bruno Haible <bruno@clisp.org>
* autogen.sh (GNULIB_MODULES_TOOLS_OTHER): Add stdint.
strtol
strtoul
styled-ostream
+ sys_time
term-styled-ostream
ucs4-utf8
unistd
+2007-01-26 Bruno Haible <bruno@clisp.org>
+
+ * msgfilter.c: Include <sys/time.h> unconditionally.
+
2007-01-26 Bruno Haible <bruno@clisp.org>
* msginit.c: Don't include strpbrk.h, use <string.h> instead.
/* Edit translations using a subprocess.
- Copyright (C) 2001-2006 Free Software Foundation, Inc.
+ Copyright (C) 2001-2007 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software; you can redistribute it and/or modify
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
-
-#if HAVE_SYS_TIME_H
-# include <sys/time.h>
-#endif
-
+#include <sys/time.h>
#include <unistd.h>
#if defined _MSC_VER || defined __MINGW32__
# include <io.h>