diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-02-05 13:22:20 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-02-05 13:22:20 +0000 |
commit | 6a089cf2be6186f34b44369e18dcc68c8ef49da3 (patch) | |
tree | afdb6d8f2cc5e33e05c54faca13ceb86852a411d /gdb/mi | |
parent | 81d8aae182a6400bc557b31fe0f65d331183c4a6 (diff) | |
download | binutils-gdb-6a089cf2be6186f34b44369e18dcc68c8ef49da3.tar.gz |
* mi/mi-parse.h: Include <sys/time.h>.
Diffstat (limited to 'gdb/mi')
-rw-r--r-- | gdb/mi/mi-parse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/mi/mi-parse.h b/gdb/mi/mi-parse.h index b89dbd6185c..7fa385513a7 100644 --- a/gdb/mi/mi-parse.h +++ b/gdb/mi/mi-parse.h @@ -22,6 +22,8 @@ #ifndef MI_PARSE_H #define MI_PARSE_H +#include <sys/time.h> + /* MI parser */ /* Timestamps for current command and last asynchronous command. */ |