1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 14:14:38 +02:00

[xbboot] add stdint.h head file

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu 2010-07-30 20:37:11 +08:00
parent 00be212db2
commit d7408d8e16

View File

@ -9,6 +9,7 @@
// //
#include <stdio.h> #include <stdio.h>
#include <stdint.h>
#include <string.h> #include <string.h>
#include <usb.h> #include <usb.h>
#include <time.h> #include <time.h>