]> granicus.if.org Git - libevent/commitdiff
r19601@catbus: nickm | 2008-05-05 11:45:04 -0400
authorNick Mathewson <nickm@torproject.org>
Mon, 5 May 2008 15:45:47 +0000 (15:45 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 5 May 2008 15:45:47 +0000 (15:45 +0000)
 Make event_rpcgen.py use the new headers.

svn:r775

event_rpcgen.py

index 82982467f860e1f1b2817313fca8c8292f1f4a56..ea480a25cbe4e8f5411a3a37a1bb4b4b9919912b 100755 (executable)
@@ -1561,7 +1561,10 @@ class CCodeGenerator:
                  '#include <stdlib.h>\n'
                  '#include <string.h>\n'
                  '#include <assert.h>\n'
-                 '#include <event.h>\n\n' )
+                 '#include <event2/event.h>\n'
+                 '#include <event2/buffer.h>\n'
+                 '#include <event2/tag.h>\n\n'
+                 )
     
         for statement in cppdirect:
             pre += '%s\n' % statement