Create xml-builtin.h to declare xml_builtins
[deliverable/binutils-gdb.git] / gdb / features / feature_to_c.sh
index 2e7e0c72a8235edc1a14e893fb2ab23a12b81b53..ae83774fdf4fcdeb03cdf0ae59423031f6679ffb 100755 (executable)
@@ -32,6 +32,8 @@ if test -e "$output"; then
   exit 1
 fi
 
+echo '#include "xml-builtin.h"' >> $output
+
 for input; do
   arrayname=xml_feature_`echo $input | sed 's,.*/,,; s/[-.]/_/g'`
 
This page took 0.02529 seconds and 4 git commands to generate.