mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
11 lines
189 B
Diff
11 lines
189 B
Diff
|
--- a/lib/libfec.c
|
||
|
+++ b/lib/libfec.c
|
||
|
@@ -45,6 +45,7 @@
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
+#include <sys/types.h>
|
||
|
|
||
|
/*
|
||
|
* stuff used for testing purposes only
|