[sockets] Fixed reading blocking flag
[mono.git] / mono / mini / ssapre.c
index dc36bfb0f763644d1895a1f4b9811c2aec49d2ed..df1eaff9f4852e6dee6ae48699ab66d249e76d5b 100644 (file)
 #include <string.h>
 #include <stdio.h>
 #include <math.h>
+#ifdef HAVE_ALLOCA_H
+#include <alloca.h>
+#endif
 
 #include <mono/metadata/debug-helpers.h>
 #include <mono/metadata/opcodes.h>
 
 #include "config.h"
 
-#include "inssel.h"
-
 #include "ssapre.h"
 
 /* Disable for now to save space since it is not yet ported to linear IR */