]> granicus.if.org Git - libevent/commitdiff
include/event.h: include <event2/util.h> over deprecatd <evutil.h>
authorSyedh30 <syed.h@ext.firstlight.ai>
Fri, 29 Apr 2022 14:10:29 +0000 (19:40 +0530)
committerAzat Khuzhin <azat@libevent.org>
Fri, 29 Apr 2022 23:32:13 +0000 (02:32 +0300)
Fixes: #1263
include/event.h

index ba5186713bb97aa283ed356e15863c181adf44a6..0e33f90f9663a18f0da311090ff562e4480da32f 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
 #include <stdarg.h>
 
 /* For int types. */
-#include <evutil.h>
+#include <event2/util.h>
 
 #ifdef _WIN32
 #ifndef WIN32_LEAN_AND_MEAN