chiark / gitweb /
[PATCH] include used function
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Wed, 4 Feb 2004 08:55:24 +0000 (00:55 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:32:25 +0000 (21:32 -0700)
This includes the missing header for the use of getpid in logging.h.

logging.h

index 3ee3e1acf05967a03540dbe07ca5e9089e29c0ce..485209adf3a553595207e9fc4150df3ed77fe334 100644 (file)
--- a/logging.h
+++ b/logging.h
@@ -31,6 +31,7 @@
 
 #ifdef LOG
 #include <stdarg.h>
+#include <unistd.h>
 #include <syslog.h>
 
 #undef info