]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- add missed #include for size_t decl.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 14 Jun 2012 20:40:05 +0000 (20:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils-sanity-check.patch -> 1.3

binutils-sanity-check.patch

index 3db8b994786d694132bf7609ae57584455934d35..77d48ac9a5dbb09bbd4bee4318ceabb1e7215f7d 100644 (file)
  #ifdef __cplusplus
  extern "C" {
  #endif
+@@ -39,6 +39,7 @@
+ #include "ansidecl.h"
+ #include "symcat.h"
+ #include <sys/stat.h>
++#include <stddef.h>
+ #if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE)
+ #ifndef SABER
This page took 0.32002 seconds and 4 git commands to generate.