summaryrefslogtreecommitdiff
path: root/udev/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev/logging.h')
-rw-r--r--udev/logging.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/udev/logging.h b/udev/logging.h
index 6e1d5a20ef..6766ac3efa 100644
--- a/udev/logging.h
+++ b/udev/logging.h
@@ -22,6 +22,8 @@
#ifndef LOGGING_H
#define LOGGING_H
+#include "config.h"
+
#define err(format, arg...) do { } while (0)
#define info(format, arg...) do { } while (0)
#define dbg(format, arg...) do { } while (0)