Browse Source

added sys/un.h

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac183@1922 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
b61033f328
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/cc/session.cc

+ 2 - 0
src/lib/cc/session.cc

@@ -24,6 +24,8 @@
 #include <iostream>
 #include <sstream>
 
+#include <sys/un.h>
+
 #ifdef HAVE_BOOST_SYSTEM
 #include <boost/bind.hpp>
 #include <boost/function.hpp>