mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-28 12:27:34 +08:00
Fix ar7 image generation with MacOSX
SVN-Revision: 7592
This commit is contained in:
parent
de49793bb7
commit
b8b5d01cbb
@ -19,6 +19,9 @@
|
|||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||||
* MA 02111-1307 USA
|
* MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#define __FreeBSD__ 10
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user