server/tests/basic_event_loop: fix bzero warning

This commit is contained in:
Alon Levy 2011-01-17 09:46:22 +02:00
parent 2f9d1e7715
commit 0f4a0aa07e

View File

@ -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"