From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25916 invoked by alias); 5 Feb 2007 13:23:56 -0000 Received: (qmail 25906 invoked by uid 22791); 5 Feb 2007 13:23:54 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 05 Feb 2007 13:23:49 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1HE3ow-0007YR-BM for gdb-patches@sourceware.org; Mon, 05 Feb 2007 08:23:46 -0500 Date: Mon, 05 Feb 2007 13:23:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: [ob] Fix mingw build Message-ID: <20070205132346.GA28998@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00042.txt.bz2 Our autotester broke after Nick's timings patch; we have a forward declaration of struct timeval, but not a full definition. This fixes it. We already include unconditionally in a number of other places. Tested i586-mingw32msvc and committed. -- Daniel Jacobowitz CodeSourcery 2007-02-05 Daniel Jacobowitz * mi/mi-parse.h: Include . Index: mi/mi-parse.h =================================================================== RCS file: /cvs/src/src/gdb/mi/mi-parse.h,v retrieving revision 1.7 diff -u -p -r1.7 mi-parse.h --- mi/mi-parse.h 2 Feb 2007 23:01:27 -0000 1.7 +++ mi/mi-parse.h 5 Feb 2007 13:20:56 -0000 @@ -22,6 +22,8 @@ #ifndef MI_PARSE_H #define MI_PARSE_H +#include + /* MI parser */ /* Timestamps for current command and last asynchronous command. */