src/applications/bindings/modulegen_customizations.py
changeset 6983 0fb01581be59
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/applications/bindings/modulegen_customizations.py	Wed Mar 30 18:19:25 2011 +0100
@@ -0,0 +1,4 @@
+import os
+
+def post_register_types(root_module):
+    root_module.add_include('"ns3/network-module.h"')