summaryrefslogtreecommitdiff
path: root/bin/bbstored/BBStoreDHousekeeping.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-08-30 18:54:31 +0000
committerChris Wilson <chris+github@qwirx.com>2006-08-30 18:54:31 +0000
commit82c4503253a2fb311c1fda5c6b5f545200e89ad7 (patch)
treeb659ac68dd1a747bf0c970239617f68f1a65c93d /bin/bbstored/BBStoreDHousekeeping.cpp
parent5989931d7c88696a1e4858c9ea4a93a8312efc53 (diff)
* bin/bbstored/BBStoreDHousekeeping.cpp
- Only include syslog.h if we have one
Diffstat (limited to 'bin/bbstored/BBStoreDHousekeeping.cpp')
-rw-r--r--bin/bbstored/BBStoreDHousekeeping.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/bbstored/BBStoreDHousekeeping.cpp b/bin/bbstored/BBStoreDHousekeeping.cpp
index d3656630..be6d71f5 100644
--- a/bin/bbstored/BBStoreDHousekeeping.cpp
+++ b/bin/bbstored/BBStoreDHousekeeping.cpp
@@ -10,7 +10,10 @@
#include "Box.h"
#include <stdio.h>
-#include <syslog.h>
+
+#ifdef HAVE_SYSLOG_H
+ #include <syslog.h>
+#endif
#include "BackupStoreDaemon.h"
#include "BackupStoreAccountDatabase.h"