Date: Thu, 19 Jan 2017 16:59:56 +0000 (UTC) From: Alan Somers <asomers@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r312417 - head/sbin/devd Message-ID: <201701191659.v0JGxuS8033189@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: asomers Date: Thu Jan 19 16:59:55 2017 New Revision: 312417 URL: https://svnweb.freebsd.org/changeset/base/312417 Log: 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 Modified: head/sbin/devd/devd.cc Modified: head/sbin/devd/devd.cc ============================================================================== --- head/sbin/devd/devd.cc Thu Jan 19 16:46:05 2017 (r312416) +++ head/sbin/devd/devd.cc Thu Jan 19 16:59:55 2017 (r312417) @@ -95,6 +95,7 @@ __FBSDID("$FreeBSD$"); #include <map> #include <string> #include <list> +#include <stdexcept> #include <vector> #include "devd.h" /* C compatible definitions */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701191659.v0JGxuS8033189>