* lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Jul 2007 16:42:06 +0000 (16:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Jul 2007 16:42:06 +0000 (16:42 +0000)
commit1b9bd2b9f83a84ede12622d6a040383b6bded37d
tree948115df33561db9e3a6f46d2fe64c8aaf2f08c0
parentb432ad197bb6b96fecde723e9eac6f78f148fd31
* lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
includes <cygwin/sys_time.h> which includes <sys/select.h> which
include <sys/time.h>.
Reported by Eric Blake.
ChangeLog
lib/sys_time_.h