[systemd-devel] [PATCH 2/2] bus: Include missing.h to get redefinition of aligned_access if necessary

Henrik Grindal Bakken hgb at ifi.uio.no
Wed Apr 17 09:17:34 PDT 2013


---
 src/libsystemd-bus/bus-kernel.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libsystemd-bus/bus-kernel.c b/src/libsystemd-bus/bus-kernel.c
index 086877e..c144f69 100644
--- a/src/libsystemd-bus/bus-kernel.c
+++ b/src/libsystemd-bus/bus-kernel.c
@@ -26,6 +26,7 @@
 #include <fcntl.h>
 
 #include "util.h"
+#include "missing.h"
 
 #include "bus-internal.h"
 #include "bus-message.h"
-- 
1.7.10.1



More information about the systemd-devel mailing list