[PATCH] include used function

This includes the missing header for the use of getpid in logging.h.
This commit is contained in:
kay.sievers@vrfy.org 2004-02-04 00:55:24 -08:00 committed by Greg KH
parent 1dc10a94d8
commit e5369f0a3a
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#ifdef LOG
#include <stdarg.h>
#include <unistd.h>
#include <syslog.h>
#undef info