Use logging.h instead of syslog.h
[tinc] / src / protocol.c
index fa43453..f3a7cea 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: protocol.c,v 1.30 2002/04/09 15:26:00 zarq Exp $
+    $Id: protocol.c,v 1.31 2002/04/13 11:07:12 zarq Exp $
 */
 
 #include "config.h"
@@ -26,7 +26,6 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include <syslog.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <errno.h>
@@ -38,6 +37,7 @@
 #include "protocol.h"
 #include "meta.h"
 #include "connection.h"
+#include "logging.h"
 
 #include "system.h"