]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* mi/mi-parse.h: Include <sys/time.h>.
authorDaniel Jacobowitz <drow@false.org>
Mon, 5 Feb 2007 13:22:20 +0000 (13:22 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 5 Feb 2007 13:22:20 +0000 (13:22 +0000)
gdb/ChangeLog
gdb/mi/mi-parse.h

index 8eb3318204280f80ae62ff602dde49eaebf49b1a..6b8d590f0cb8f35e8520ede5dc4b076c807f7062 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-05  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * mi/mi-parse.h: Include <sys/time.h>.
+
 2007-02-05  Nick Roberts  <nickrob@snap.net.nz>
 
        * mi/mi-cmd-stack.c (list_args_or_locals): Use common_val_print
index b89dbd6185c665d148cef9f098afc08e9cbee0a8..7fa385513a75f1becaf0056ce45f2447f3c6061d 100644 (file)
@@ -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.  */