mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 14:00:30 +00:00
* pread.c: Include stdio.h.
This commit is contained in:
parent
bc06c745d9
commit
d446d6c4f7
@ -1,3 +1,7 @@
|
||||
2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
|
||||
|
||||
* pread.c: Include stdio.h.
|
||||
|
||||
2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
|
||||
|
||||
* plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* pread.c -- version of pread for gold. */
|
||||
|
||||
/* Copyright 2006, 2007 Free Software Foundation, Inc.
|
||||
/* Copyright 2006, 2007, 2009 Free Software Foundation, Inc.
|
||||
Written by Ian Lance Taylor <iant@google.com>.
|
||||
|
||||
This file is part of gold.
|
||||
@ -27,6 +27,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user