]> git.proxmox.com Git - qemu.git/commit
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)
commitba76a84d2d420ccab7383bb60c61b96491f50b33
tree635577a64823da8818a7864b228fc5b087238523
parent225d02cd1a34d5d87e8acefbf8e244a5d12f5f8c
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