gdb/gdbserver/
* tracepoint.c: Include stdint.h unconditionally.
This commit is contained in:
parent
352e374d69
commit
0ab5faf998
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-04-13 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* tracepoint.c: Include stdint.h unconditionally.
|
||||
|
||||
2012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
|
||||
|
||||
* acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
|
||||
|
|
|
@ -24,9 +24,8 @@
|
|||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
#include <stddef.h>
|
||||
#if HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include "ax.h"
|
||||
|
||||
/* This file is built for both GDBserver, and the in-process
|
||||
|
|
Loading…
Reference in a new issue