From 41423de5864e325663f76cc9336f8d0ba68a3c83 Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 25 Sep 2006 21:49:08 +0000 Subject: - fix build process of USB string header files (make it work with first 'make' run) git-svn-id: https://svn.openpcd.org:2342/trunk@229 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- firmware/scripts/usbstring.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/scripts') diff --git a/firmware/scripts/usbstring.c b/firmware/scripts/usbstring.c index 5348e66..5724b40 100644 --- a/firmware/scripts/usbstring.c +++ b/firmware/scripts/usbstring.c @@ -26,6 +26,8 @@ */ #include +#include +#include #include #include @@ -194,4 +196,6 @@ int main(int argc, char **argv) printf("\t(struct usb_descriptor_header *) &string%d,\n", j); printf("};\n\n"); printf("#endif /* _USB_STRINGS_H */\n"); + + exit(0); } -- cgit v1.2.3