diff options
| author | Alon Levy <alevy@redhat.com> | 2011-01-17 09:46:22 +0200 |
|---|---|---|
| committer | Alon Levy <alevy@redhat.com> | 2011-02-11 19:13:03 +0200 |
| commit | 0f4a0aa07ea90c15fe337c9de1b0efaedb5e197c (patch) | |
| tree | 51e253a47756732882db4c7015f50f279105864e /server/tests/basic_event_loop.c | |
| parent | 2f9d1e77155aff7eb8e70b06ecfad716a741fdd4 (diff) | |
server/tests/basic_event_loop: fix bzero warning
Diffstat (limited to 'server/tests/basic_event_loop.c')
| -rw-r--r-- | server/tests/basic_event_loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/basic_event_loop.c b/server/tests/basic_event_loop.c index 99c086ce..7e8a1df4 100644 --- a/server/tests/basic_event_loop.c +++ b/server/tests/basic_event_loop.c @@ -1,6 +1,7 @@ #include <stdlib.h> #include <stdio.h> #include <sys/time.h> +#include <strings.h> #include "test_util.h" #include "basic_event_loop.h" |
