From 5e161c66c5aadfaf5aea20c541657d58d60ee779 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 12 Mar 2014 18:12:43 -0400 Subject: [PATCH] Add an include to evrpc-internal to fix openbsd compilation warning --- evrpc-internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/evrpc-internal.h b/evrpc-internal.h index e53d06e0..9eb37638 100644 --- a/evrpc-internal.h +++ b/evrpc-internal.h @@ -27,6 +27,7 @@ #ifndef EVRPC_INTERNAL_H_INCLUDED_ #define EVRPC_INTERNAL_H_INCLUDED_ +#include "event2/http.h" #include "http-internal.h" struct evrpc;