diff --git a/[refs] b/[refs] index 1bfbdb076722..f17cdbe28768 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8af27e1dc4e4dd7a7b04c2cd0fc3d419d91d45b0 +refs/heads/master: 01660dfc37933c92dbb7c5718aea61f88025d71f diff --git a/trunk/scripts/genksyms/parse.c_shipped b/trunk/scripts/genksyms/parse.c_shipped index eaee44e66a43..809b949e495b 100644 --- a/trunk/scripts/genksyms/parse.c_shipped +++ b/trunk/scripts/genksyms/parse.c_shipped @@ -160,7 +160,7 @@ #include -#include +#include #include "genksyms.h" static int is_typedef; diff --git a/trunk/scripts/genksyms/parse.y b/trunk/scripts/genksyms/parse.y index 10d7dc724b6d..09a265cd7193 100644 --- a/trunk/scripts/genksyms/parse.y +++ b/trunk/scripts/genksyms/parse.y @@ -24,7 +24,7 @@ %{ #include -#include +#include #include "genksyms.h" static int is_typedef;