1From 299d570c708b33349131b8ca925c3e9bb733db84 Mon Sep 17 00:00:00 2001
2From: Michael Forney <mforney@mforney.org>
3Date: Sat, 4 Jun 2016 18:40:24 -0700
4Subject: [PATCH] patch: Add missing includes
5
6---
7 usr.bin/patch/patch.c | 1 +
8 1 file changed, 1 insertion(+)
9
10diff --git a/usr.bin/patch/patch.c b/usr.bin/patch/patch.c
11index 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--
232.19.0
24