From: kay.sievers@vrfy.org Date: Wed, 4 Feb 2004 08:55:24 +0000 (-0800) Subject: [PATCH] include used function X-Git-Tag: 017~39 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e5369f0a3adf14cebaf9537cba2d2092d392583d [PATCH] include used function This includes the missing header for the use of getpid in logging.h. --- diff --git a/logging.h b/logging.h index 3ee3e1acf..485209adf 100644 --- a/logging.h +++ b/logging.h @@ -31,6 +31,7 @@ #ifdef LOG #include +#include #include #undef info