mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
5a32450718
including many wireless routers from many vendors. The utilities are collected and maintained by the OpenWrt router project. WWW: http://www.openwrt.org/ PR: ports/163537 Submitted by: Stefan Bethke <stb@lassitu.de> Feature safe: yes
12 lines
241 B
C
12 lines
241 B
C
diff --git a/wrt400n.c b/wrt400n.c
|
|
index a9a4908..f3c53db 100644
|
|
--- wrt400n.c
|
|
+++ wrt400n.c
|
|
@@ -11,6 +11,7 @@
|
|
#include <stdio.h>
|
|
#include <stdint.h>
|
|
#include <string.h>
|
|
+#include <unistd.h>
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|