Fix compiler error

This commit is contained in:
twinaphex 2017-05-04 03:31:08 +02:00 committed by radius
parent 63b17e14af
commit 9f5b746e0b
1 changed files with 1 additions and 1 deletions

View File

@ -5,8 +5,8 @@
#include <string.h>
#include <errno.h>
#include <stdarg.h>
#include <sys/time.h>
#ifndef _WIN32
#include <unistd.h>
#include <sys/select.h>
#endif
#include "gb.h"