* mi/mi-parse.h: Include <sys/time.h>.

This commit is contained in:
Daniel Jacobowitz 2007-02-05 13:22:20 +00:00
parent 81d8aae182
commit 6a089cf2be
2 changed files with 6 additions and 0 deletions

View 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

View 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. */