diff options
author | Yao Qi <yao@codesourcery.com> | 2012-04-14 04:10:04 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-04-14 04:10:04 +0000 |
commit | 0ab5faf9985dc1879b04d35251bc1cc15e52b49f (patch) | |
tree | 9516935b14e892b55f4555b7fcc0e4e9b3539f2a /gdb/gdbserver/tracepoint.c | |
parent | 352e374d6983b2e2e4d5686e38bdbb1980c6ec04 (diff) | |
download | gdb-0ab5faf9985dc1879b04d35251bc1cc15e52b49f.zip gdb-0ab5faf9985dc1879b04d35251bc1cc15e52b49f.tar.gz gdb-0ab5faf9985dc1879b04d35251bc1cc15e52b49f.tar.bz2 |
gdb/gdbserver/
* tracepoint.c: Include stdint.h unconditionally.
Diffstat (limited to 'gdb/gdbserver/tracepoint.c')
-rw-r--r-- | gdb/gdbserver/tracepoint.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/gdbserver/tracepoint.c b/gdb/gdbserver/tracepoint.c index 33173c6..280c281 100644 --- a/gdb/gdbserver/tracepoint.c +++ b/gdb/gdbserver/tracepoint.c @@ -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 |