fix gdb compile
[openwrt-10.03/.git] / toolchain / gdb / patches / 910-missing_header.patch
1 --- a/gdb/inferior.h
2 +++ b/gdb/inferior.h
3 @@ -21,6 +21,8 @@
4     Foundation, Inc., 59 Temple Place - Suite 330,
5     Boston, MA 02111-1307, USA.  */
6  
7 +#include <sys/types.h>
8 +
9  #if !defined (INFERIOR_H)
10  #define INFERIOR_H 1
11