1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/devel/firmware-utils/files/patch-wrt400n.c
Eitan Adler 5a32450718 A collection of utilities to create firmware images for embedded devices,
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
2011-12-25 05:10:28 +00:00

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>