diff options
Diffstat (limited to 'gdb/gdbserver/gdbreplay.c')
-rw-r--r-- | gdb/gdbserver/gdbreplay.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdbserver/gdbreplay.c b/gdb/gdbserver/gdbreplay.c index 4996ffa..1f65111 100644 --- a/gdb/gdbserver/gdbreplay.c +++ b/gdb/gdbserver/gdbreplay.c @@ -54,15 +54,15 @@ #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 -#if HAVE_ALLOCA_H -#include <alloca.h> -#endif #ifndef HAVE_SOCKLEN_T typedef int socklen_t; |