Add include for usleep. (#124)

This commit is contained in:
Robert Nishihara
2016-12-13 14:24:59 -08:00
committed by Stephanie Wang
parent 2152cd9f31
commit bce7e0fc07
+2
View File
@@ -1,6 +1,8 @@
#ifndef TEST_COMMON_H
#define TEST_COMMON_H
#include <unistd.h>
#include "io.h"
#include "hiredis/hiredis.h"
#include "utstring.h"