chiark / gitweb /
sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/bus-common...
[elogind.git] / src / libsystemd / sd-bus / test-bus-error.c
index f72bcdb6b5f6d4f646a3ed4e8bfa0af4a066db1c..463fc81c7559431d7eeaf0db57440c3ac729b3cc 100644 (file)
@@ -23,7 +23,7 @@
 #include "bus-error.h"
 #include "bus-util.h"
 #include "errno-list.h"
-#include "bus-errors.h"
+#include "bus-common-errors.h"
 
 static void test_error(void) {
         _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL, second = SD_BUS_ERROR_NULL;