From 3e9662dcb42e81a4d82ba2330822620c2a3eee13 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 19 Jan 2017 16:59:55 +0000 Subject: [PATCH] Fix build of devd with GCC 4.2 Reported by: olivier Pointy-hat-to: asomers MFC after: 27 days X-MFC-with: 312395 Sponsored by: Spectra Logic Corp --- sbin/devd/devd.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/devd/devd.cc b/sbin/devd/devd.cc index 1f7f2ad11aea..7e28e55b44ec 100644 --- a/sbin/devd/devd.cc +++ b/sbin/devd/devd.cc @@ -95,6 +95,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include "devd.h" /* C compatible definitions */