firmware-utils/mksercommfw: fix musl build

* add missing <sys/types.h> for musl

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
openwrt-19.07
Andy Walsh 2018-08-13 14:33:39 +02:00 committed by Jo-Philipp Wich
parent d6844b3bfa
commit 22b8237ba1
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
/* #define DEBUG 1 */