gdbstub-xml: avoid a warning from sparse
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 23 Jan 2011 11:43:25 +0000 (11:43 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 23 Jan 2011 11:43:25 +0000 (11:43 +0000)
commit1e911df6a6e8b6ceab2cf35aed478a83fc90ec8f
tree635577a64823da8818a7864b228fc5b087238523
parent381d945cf52af2a1661e3578c7b47e80c743968b
gdbstub-xml: avoid a warning from sparse

Include a header to get the declaration for xml_builtin. This
avoids a warning from sparse:
  CC    m68k-softmmu/gdbstub-xml.o
gdbstub-xml.c:244:12: warning: symbol 'xml_builtin' was not declared. Should it be static?

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
scripts/feature_to_c.sh