]> gitweb @ CieloNegro.org - bindings-apr.git/commitdiff
#apr_ring_head_t was broken
authorPHO <pho@cielonegro.org>
Tue, 31 Aug 2010 13:47:27 +0000 (22:47 +0900)
committerPHO <pho@cielonegro.org>
Tue, 31 Aug 2010 13:47:27 +0000 (22:47 +0900)
include/bindings.apr.ring.h

index 68f7bf76395d9d86c6c3942244b7378739bbdf50..73dfa35970547d0c427055053ca77352f98471d4 100644 (file)
@@ -6,7 +6,7 @@
     hsc_field(NAME.prev, Ptr TYPE)
 
 #define hsc_apr_ring_head_t(NAME, TYPE)         \
-    hsc_starttype(NAME)                         \
+    hsc_starttype(struct NAME)                  \
     hsc_field(next, Ptr TYPE)                   \
     hsc_field(prev, Ptr TYPE)                   \
     hsc_stoptype(dummy)