summaryrefslogtreecommitdiff
blob: 2548a49e8c19c277e62aef037f46cde12df9f1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- common/src/ipmi-sdr-cache.c.orig	2008-04-20 12:24:23.000000000 +0400
+++ common/src/ipmi-sdr-cache.c	2008-04-20 12:24:28.000000000 +0400
@@ -56,6 +56,9 @@
 #include <pwd.h>
 #include <errno.h>
 #include <assert.h>
+#if defined (IPMI_SYSLOG)
+#include <syslog.h>
+#endif /* IPMI_SYSLOG */
 
 #define SDR_CACHE_DIR                "sdr-cache"
 #define SDR_CACHE_FILENAME_PREFIX    "sdr-cache"