]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/genksyms/parse.y
scripts/genksyms: fix header usage
[karo-tx-linux.git] / scripts / genksyms / parse.y
index 10d7dc724b6d692a3ea283c4e0756798b03f73d6..09a265cd71939cba93839a53ba3b5ebf23574254 100644 (file)
@@ -24,7 +24,7 @@
 %{
 
 #include <assert.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include "genksyms.h"
 
 static int is_typedef;