mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
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
234 B
C
12 lines
234 B
C
diff --git a/mkzcfw.c b/mkzcfw.c
|
|
index 7674e70..c60fc6f 100644
|
|
--- mkzcfw.c
|
|
+++ mkzcfw.c
|
|
@@ -18,6 +18,7 @@
|
|
#include <errno.h>
|
|
#include <sys/stat.h>
|
|
|
|
+#include "freebsd.h"
|
|
#include "cyg_crc.h"
|
|
|
|
#if (__BYTE_ORDER == __BIG_ENDIAN)
|