logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0007-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. usr.bin/patch/patch.c | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/usr.bin/patch/patch.c b/usr.bin/patch/patch.c
  9. index 0cb924db733..17b3aa4e23a 100644
  10. --- a/usr.bin/patch/patch.c
  11. +++ b/usr.bin/patch/patch.c
  12. @@ -26,6 +26,7 @@
  13. * behaviour
  14. */
  15. +#include <sys/cdefs.h>
  16. #include <sys/types.h>
  17. #include <sys/stat.h>
  18. #include <unistd.h>
  19. --
  20. 2.19.0