summaryrefslogtreecommitdiff
path: root/gold/pread.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-10-09 23:10:15 +0000
committerIan Lance Taylor <ian@airs.com>2009-10-09 23:10:15 +0000
commitd446d6c4f777ddb71724bc81d6fe2ab566afdb19 (patch)
treeb9edcfb3bf585daba5053922e101e1f0db186596 /gold/pread.c
parentbc06c745d9fc863ca8bc2811a1654cf0269ed874 (diff)
* pread.c: Include stdio.h.
Diffstat (limited to 'gold/pread.c')
-rw-r--r--gold/pread.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/pread.c b/gold/pread.c
index a7a7d9c63e..2f47565e0b 100644
--- a/gold/pread.c
+++ b/gold/pread.c
@@ -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>