lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

0002-pseudo.c-add-explicit-stat.h-include.patch (643B)


      1 From 0ea07a1b5ddb2f2fa1358b2c1b42bcf34bbf5ee2 Mon Sep 17 00:00:00 2001
      2 From: Alexandru Ardelean <aa@ocedo.com>
      3 Date: Wed, 6 Jan 2016 15:36:48 +0200
      4 Subject: [PATCH 2/2] pseudo.c: add explicit <stat.h> include
      5 
      6 Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
      7 ---
      8  squashfs-tools/pseudo.c | 1 +
      9  1 file changed, 1 insertion(+)
     10 
     11 diff --git a/squashfs-tools/pseudo.c b/squashfs-tools/pseudo.c
     12 index f85fe60..7a26bca 100644
     13 --- a/squashfs-tools/pseudo.c
     14 +++ b/squashfs-tools/pseudo.c
     15 @@ -32,6 +32,7 @@
     16  #include <stdlib.h>
     17  #include <sys/types.h>
     18  #include <sys/wait.h>
     19 +#include <sys/stat.h>
     20  #include <ctype.h>
     21  
     22  #include "pseudo.h"
     23 -- 
     24 2.1.4
     25