Skip to content
Snippets Groups Projects
Commit 5fa4348a authored by Felix Fietkau's avatar Felix Fietkau
Browse files

busybox: fix a compile error on mac os x

SVN-Revision: 28578
parent 2f5cb962
No related branches found
No related tags found
No related merge requests found
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -25,6 +25,10 @@
#include <unistd.h>
#include <locale.h>
+#ifndef SIGWINCH
+#define SIGWINCH 28
+#endif
+
#define LKC_DIRECT_LINK
#include "lkc.h"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment