Add an include to evrpc-internal to fix openbsd compilation warning

This commit is contained in:
Nick Mathewson 2014-03-12 18:12:43 -04:00
parent 4947c1852f
commit 5e161c66c5

View File

@ -27,6 +27,7 @@
#ifndef EVRPC_INTERNAL_H_INCLUDED_
#define EVRPC_INTERNAL_H_INCLUDED_
#include "event2/http.h"
#include "http-internal.h"
struct evrpc;