mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Add missing include.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31137 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2ee9facc11
commit
2d2fa5c128
1 changed files with 2 additions and 1 deletions
|
|
@ -22,6 +22,7 @@
|
|||
#include <getopt.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "mkimxboot.h"
|
||||
|
||||
static void usage(void)
|
||||
|
|
@ -48,7 +49,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
if(argc == 1)
|
||||
usage();
|
||||
|
||||
|
||||
while(1)
|
||||
{
|
||||
static struct option long_options[] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue