diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-10-13 06:39:34 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-10-13 06:39:34 +0000 |
| commit | b4b10d5d3ca6732d52ea30f78a4210fb46c1c8d9 (patch) | |
| tree | 3426a43eaa528c03c5cfa21f216a28758e2fa387 /src/libs | |
| parent | f6148ec67fba38d1d5bc8db2b92fff25431dbb43 (diff) | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2181 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs')
| -rw-r--r-- | src/libs/zbxsysinfo/common/ntp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libs/zbxsysinfo/common/ntp.c b/src/libs/zbxsysinfo/common/ntp.c index ac89534e..67d3788f 100644 --- a/src/libs/zbxsysinfo/common/ntp.c +++ b/src/libs/zbxsysinfo/common/ntp.c @@ -6,6 +6,10 @@ #include <time.h> #include <stdio.h> +#ifdef HAVE_SYS_TIME + #include <sys/time.h> +#endif + #include "common.h" #include "sysinfo.h" |
