forked from Imagelibrary/rtems
tools/build/binpatch.c: Include <unistd.h> for getopt()
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
static char buf[512];
|
static char buf[512];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user