0021-libutil-Add-missing-includes.patch (600B)
1 From 72cfeec702c7b76cce88be4c411ce40a8abb628c Mon Sep 17 00:00:00 2001 2 From: Michael Forney <mforney@mforney.org> 3 Date: Tue, 10 Apr 2018 16:23:22 -0700 4 Subject: [PATCH] libutil: Add missing includes 5 6 --- 7 lib/libutil/ohash.c | 1 + 8 1 file changed, 1 insertion(+) 9 10 diff --git a/lib/libutil/ohash.c b/lib/libutil/ohash.c 11 index 74ca4fafd9c..9537c60eac4 100644 12 --- a/lib/libutil/ohash.c 13 +++ b/lib/libutil/ohash.c 14 @@ -15,6 +15,7 @@ 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 */ 17 18 +#include <sys/cdefs.h> 19 #include <stddef.h> 20 #include <stdint.h> 21 #include <stdlib.h> 22 -- 23 2.17.0 24