More implementation code.
[wrappi.git] / generator-lib / wrappi_types.ml
index 588ad70..f738f95 100644 (file)
@@ -56,6 +56,7 @@ type entry_point = {
   ep_name : string;
   ep_ftype : ftype;
   ep_code : c_code option;
+  ep_includes : string list;
 }
 
 type typedef = {