OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --- a/scripts/kconfig/mconf.c
2 +++ b/scripts/kconfig/mconf.c
3 office 3 @@ -27,6 +27,10 @@
4 #include <unistd.h>
5 #include <locale.h>
1 office 6  
7 +#ifndef SIGWINCH
8 +#define SIGWINCH 28
9 +#endif
10 +
11 #define LKC_DIRECT_LINK
12 #include "lkc.h"
13