]> granicus.if.org Git - libevent/commitdiff
be: just a simple mistake, reinclude the <errno.h>
authorSeven <961950442@qq.com>
Fri, 16 Sep 2016 08:37:59 +0000 (16:37 +0800)
committerAzat Khuzhin <a3at.mail@gmail.com>
Tue, 4 Oct 2016 21:03:12 +0000 (00:03 +0300)
include the <errno.h> twice.

bufferevent.c

index 59ae24f143c29f306b2d10800cb4e545cfebb59c..490b59839ccacdc2ffacb79706258f31e485eed3 100644 (file)
@@ -45,7 +45,6 @@
 #ifdef _WIN32
 #include <winsock2.h>
 #endif
-#include <errno.h>
 
 #include "event2/util.h"
 #include "event2/buffer.h"