bsputil: add missing stdint.h include

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-04-22 12:51:33 +09:30
parent 39ccae145a
commit 4a49552904
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
See file, 'COPYING', for details. See file, 'COPYING', for details.
*/ */
#include <stdint.h>
#include <unistd.h> #include <unistd.h>
#include <common/cmdlib.h> #include <common/cmdlib.h>