Commit d8ec913b authored by Cedric Roux's avatar Cedric Roux

minor bugfix - forgot an ifdef

parent 1261ae75
......@@ -84,7 +84,9 @@ int fullread(int fd, void *_buf, int count)
event get_event(int s, char *v, void *d)
{
#ifdef T_SEND_TIME
struct timespec t;
#endif
int type;
int32_t length;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment