Fix the IRQ assignment with vlynq/pci, thanks sw ! (#1865)
[openwrt.git] / tools / mkimage / src / mkimage.c
index 67123d9..f3796ac 100644 (file)
@@ -19,6 +19,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  * MA 02111-1307 USA
  */
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  * MA 02111-1307 USA
  */
+#ifdef __APPLE__
+#define __FreeBSD__ 10
+#endif
 
 #include <errno.h>
 #include <fcntl.h>
 
 #include <errno.h>
 #include <fcntl.h>
This page took 0.019325 seconds and 4 git commands to generate.