]> arthur.barton.de Git - netatalk.git/blobdiff - etc/papd/showppd.c
replaced all #include <sys/syslog.h> with #include <syslog.h>
[netatalk.git] / etc / papd / showppd.c
index 57fb79368b00b2c87f4bd7a40c4dc2294836c87c..7ace61cf7b920950201d1f7356802f36d2a005d7 100644 (file)
@@ -1,12 +1,18 @@
 /*
+ * $Id: showppd.c,v 1.4 2002-01-03 17:49:39 sibaz Exp $
+ *
  * Copyright (c) 1995 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/time.h>