Fixup header.

This commit is contained in:
Themaister 2011-12-25 01:41:12 +01:00
parent eac468ba19
commit 0ab305156b

View File

@ -53,6 +53,7 @@
#define CONST_CAST
#define NONCONST_CAST
#include <sys/time.h>
#include <unistd.h>
#endif
#define PREV_PTR(x) ((x) == 0 ? handle->buffer_size - 1 : (x) - 1)