added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / gettimeofday
1 Description:
2 gettimeofday() function: return current time.
3
4 Files:
5 lib/gettimeofday.c
6 m4/gettimeofday.m4
7
8 Depends-on:
9 sys_time
10
11 configure.ac:
12 gl_FUNC_GETTIMEOFDAY
13 gl_SYS_TIME_MODULE_INDICATOR([gettimeofday])
14
15 Makefile.am:
16
17 Include:
18 <sys/time.h>
19
20 License:
21 LGPLv2+
22
23 Maintainer:
24 Paul Eggert, Jim Meyering