projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6844b3
)
firmware-utils/mksercommfw: fix musl build
author
Andy Walsh
<andy.walsh44+github@gmail.com>
Mon, 13 Aug 2018 12:33:39 +0000
(14:33 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Mon, 13 Aug 2018 12:37:04 +0000
(14:37 +0200)
* add missing <sys/types.h> for musl
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
tools/firmware-utils/src/mksercommfw.c
patch
|
blob
|
history
diff --git
a/tools/firmware-utils/src/mksercommfw.c
b/tools/firmware-utils/src/mksercommfw.c
index 3c561708d1c962dff72dfb5de8de77cb5b6fa33c..b415776a956d7e3a5fa886df7d8476911a98f9dc 100644
(file)
--- a/
tools/firmware-utils/src/mksercommfw.c
+++ b/
tools/firmware-utils/src/mksercommfw.c
@@
-1,6
+1,7
@@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+#include <sys/types.h>
/* #define DEBUG 1 */