be: just a simple mistake, reinclude the <errno.h>

include the <errno.h> twice.
This commit is contained in:
Seven 2016-09-16 16:37:59 +08:00 committed by Azat Khuzhin
parent a4d044c0cd
commit 752166436c

View File

@ -45,7 +45,6 @@
#ifdef _WIN32
#include <winsock2.h>
#endif
#include <errno.h>
#include "event2/util.h"
#include "event2/buffer.h"