svn commit: r312417 - head/sbin/devd

Alan Somers asomers at FreeBSD.org
Thu Jan 19 16:59:57 UTC 2017


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 */


More information about the svn-src-all mailing list