Use logging.h instead of syslog.h
[oweals/tinc.git] / src / solaris / device.c
index 1375d1f22a0157f016950316f87434ecfb44844a..f7a0f8550f80c0fc86c3c91db4d894ac0c4aba27 100644 (file)
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: device.c,v 1.2 2002/04/09 15:32:14 zarq Exp $
+    $Id: device.c,v 1.3 2002/04/13 11:08:31 zarq Exp $
 */
 
 
@@ -31,7 +31,6 @@
 #include <sys/socket.h>
 #include <net/if.h>
 #include <unistd.h>
-#include <syslog.h>
 #include <string.h>
 #include <sys/ioctl.h>
 #include <sys/stropts.h>
@@ -44,6 +43,7 @@
 #include "conf.h"
 #include "net.h"
 #include "subnet.h"
+#include "logging.h"
 
 #include "system.h"