summaryrefslogtreecommitdiff
path: root/evrpc.h
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2009-04-25 00:15:55 +0000
committerNiels Provos <provos@gmail.com>2009-04-25 00:15:55 +0000
commita146af1db892bf2e85cd80599ab992b8a79420ea (patch)
tree487c641d61c5f5260b9d2684af8a381e08654f92 /evrpc.h
parentb228ff91b857158933dd2162bdf872749a6b9cb8 (diff)
downloadlibevent-a146af1db892bf2e85cd80599ab992b8a79420ea.tar.gz
move more code directly into evrpc.c; provide backwards compatible vararg macros
svn:r1244
Diffstat (limited to 'evrpc.h')
-rw-r--r--evrpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/evrpc.h b/evrpc.h
index 0e88806a..a7e27a90 100644
--- a/evrpc.h
+++ b/evrpc.h
@@ -30,5 +30,6 @@
#include <event.h>
#include <event2/rpc.h>
#include <event2/rpc_struct.h>
+#include <event2/rpc_compat.h>
#endif /* _EVRPC_H_ */