Include alloca.h unconditionally
[deliverable/binutils-gdb.git] / gdb / gdbserver / gdbreplay.c
index c70abef7e9e17146178d9a5ceb6f44ad9efa52ea..dedf2bb0d474dfeda7eaeedcd107da9b9c6bf89b 100644 (file)
 #if HAVE_NETINET_TCP_H
 #include <netinet/tcp.h>
 #endif
-#if HAVE_ALLOCA_H
+
 #include <alloca.h>
-#endif
-#if HAVE_MALLOC_H
-#include <malloc.h>
-#endif
+
 #if USE_WIN32API
 #include <winsock2.h>
 #endif
This page took 0.025063 seconds and 4 git commands to generate.