From cd4851a8e922a6bda085b6d345df2a291004ffb8 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 4 Jun 2016 14:48:20 -0700 Subject: [PATCH] diff: Add missing includes --- usr.bin/diff/diff.c | 1 + usr.bin/diff/diffreg.c | 1 + 2 files changed, 2 insertions(+) diff --git a/usr.bin/diff/diff.c b/usr.bin/diff/diff.c index 2b075f12c49..80c7f842ef6 100644 --- a/usr.bin/diff/diff.c +++ b/usr.bin/diff/diff.c @@ -20,6 +20,7 @@ * Materiel Command, USAF, under agreement number F39502-99-1-0512. */ +#include #include #include diff --git a/usr.bin/diff/diffreg.c b/usr.bin/diff/diffreg.c index 35d61c349cb..953018cf553 100644 --- a/usr.bin/diff/diffreg.c +++ b/usr.bin/diff/diffreg.c @@ -77,6 +77,7 @@ #include #include #include +#include #include #include -- 2.11.0