From: Nick Mathewson Date: Mon, 5 May 2008 15:45:47 +0000 (+0000) Subject: r19601@catbus: nickm | 2008-05-05 11:45:04 -0400 X-Git-Tag: release-2.0.1-alpha~326 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb37fbb22ef403b993c86ce8930a5061c3d49c93;p=libevent r19601@catbus: nickm | 2008-05-05 11:45:04 -0400 Make event_rpcgen.py use the new headers. svn:r775 --- diff --git a/event_rpcgen.py b/event_rpcgen.py index 82982467..ea480a25 100755 --- a/event_rpcgen.py +++ b/event_rpcgen.py @@ -1561,7 +1561,10 @@ class CCodeGenerator: '#include \n' '#include \n' '#include \n' - '#include \n\n' ) + '#include \n' + '#include \n' + '#include \n\n' + ) for statement in cppdirect: pre += '%s\n' % statement