From c6fdb04db881c824139425ff2b3a66e7e8ff82f2 Mon Sep 17 00:00:00 2001 From: kib Date: Wed, 9 Sep 2020 22:18:44 +0000 Subject: [PATCH] Fix compilation of libsysdecode after r365522, should have been part of it. Reviewed by: markj Tested by: pho Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D24652 --- lib/libsysdecode/mkioctls | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libsysdecode/mkioctls b/lib/libsysdecode/mkioctls index 05ae930888a..19e898dcc85 100644 --- a/lib/libsysdecode/mkioctls +++ b/lib/libsysdecode/mkioctls @@ -51,6 +51,7 @@ BEGIN { print "#include " print "#include " print "#include " + print "#include " print "#include " print "#include " print "#include " -- 2.45.0