* pread.c: Include stdio.h.
authorIan Lance Taylor <ian@airs.com>
Fri, 9 Oct 2009 23:10:15 +0000 (23:10 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 9 Oct 2009 23:10:15 +0000 (23:10 +0000)
gold/ChangeLog
gold/pread.c

index 098d347f8a2c9ec0ba63730660c272f87519a2c3..eb37d39dc632c00904d625328f2d0daa8b5c7806 100644 (file)
@@ -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
index a7a7d9c63e49473c3073e8c2469144b6839a9956..2f47565e0b7ef1540f929a2935d58cecd56b0ad9 100644 (file)
@@ -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>
 
This page took 0.031106 seconds and 4 git commands to generate.