diff options
author | Niels Provos <provos@gmail.com> | 2009-04-25 00:15:55 +0000 |
---|---|---|
committer | Niels Provos <provos@gmail.com> | 2009-04-25 00:15:55 +0000 |
commit | a146af1db892bf2e85cd80599ab992b8a79420ea (patch) | |
tree | 487c641d61c5f5260b9d2684af8a381e08654f92 /evrpc.h | |
parent | b228ff91b857158933dd2162bdf872749a6b9cb8 (diff) | |
download | libevent-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,5 +30,6 @@ #include <event.h> #include <event2/rpc.h> #include <event2/rpc_struct.h> +#include <event2/rpc_compat.h> #endif /* _EVRPC_H_ */ |