be sure to include time.h for struct timespec
authorAndy Wingo <wingo@pobox.com>
Fri, 6 Jul 2012 08:43:02 +0000 (10:43 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 6 Jul 2012 08:43:02 +0000 (10:43 +0200)
commit3b6e61982466d2a4b5cc7de6c83c4a553ffab72c
tree2cbbed08160cc8ed5d5ffde40d05141d2527f0e5
parent13e3d3d95dcb6c9cb4b3d69129d6b5fd9ad2e65a
be sure to include time.h for struct timespec

* libguile/gen-scmconfig.c: The GNU libc manual says that struct
  timespec is defined in time.h.  So, just include both sys/time.h and
  time.h, if they are available.
libguile/gen-scmconfig.c