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 */
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to