opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

0008-patch-Add-missing-includes.patch (559B)


      1 From 299d570c708b33349131b8ca925c3e9bb733db84 Mon Sep 17 00:00:00 2001
      2 From: Michael Forney <mforney@mforney.org>
      3 Date: Sat, 4 Jun 2016 18:40:24 -0700
      4 Subject: [PATCH] patch: Add missing includes
      5 
      6 ---
      7  usr.bin/patch/patch.c | 1 +
      8  1 file changed, 1 insertion(+)
      9 
     10 diff --git a/usr.bin/patch/patch.c b/usr.bin/patch/patch.c
     11 index 0cb924db733..17b3aa4e23a 100644
     12 --- a/usr.bin/patch/patch.c
     13 +++ b/usr.bin/patch/patch.c
     14 @@ -26,6 +26,7 @@
     15   * behaviour
     16   */
     17  
     18 +#include <sys/cdefs.h>
     19  #include <sys/types.h>
     20  #include <sys/stat.h>
     21  #include <unistd.h>
     22 -- 
     23 2.19.0
     24