]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Include errno.h needed by fallbacks
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Feb 2011 08:27:55 +0000 (08:27 +0000)
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Feb 2011 08:27:55 +0000 (08:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169467 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/ChangeLog
libgfortran/intrinsics/time_1.h

index 8c7ad7a7c86b2c4c9fcd8c0b6daad05d6087a5d7..3a51f9b1758d34f96dcccd8dda4f9726b4d6272c 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-01  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * intrinsics/time_1.h: Include errno.h needed by fallbacks.
+
 2011-01-31  Janne Blomqvist  <jb@gcc.gnu.org>
 
        * intrinsics/time_1.h: Fix definition of GF_CLOCK_MONOTONIC macro.
index 4fd82356852483222e32303f9e07c6c68779b362..58c51af287aa2b0e6f4f5a1d5209b3e6f2064300 100644 (file)
@@ -29,6 +29,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include <unistd.h>
 #endif
 
+#include <errno.h>
+
 /* The time related intrinsics (DTIME, ETIME, CPU_TIME) to "compare
    different algorithms on the same computer or discover which parts
    are the most expensive", need a way to get the CPU time with the