diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/utils.c b/plugins/utils.c index bf6af88..10d544c 100644 --- a/plugins/utils.c +++ b/plugins/utils.c | |||
@@ -316,7 +316,7 @@ is_option (char *str) | |||
316 | 316 | ||
317 | 317 | ||
318 | 318 | ||
319 | #ifndef HAVE_GETTIMEOFDAY | 319 | #ifdef NEED_GETTIMEOFDAY |
320 | int | 320 | int |
321 | gettimeofday (struct timeval *tv, struct timezone *tz) | 321 | gettimeofday (struct timeval *tv, struct timezone *tz) |
322 | { | 322 | { |