]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic: Add missing process-util.h include to origin-id.h
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 22 May 2025 13:27:50 +0000 (15:27 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 22 May 2025 19:10:15 +0000 (21:10 +0200)
src/basic/origin-id.h

index c55b0a368a998e444e378dedafd8a260bfc24769..0d880c97b59e91554bafecabfd9f2de59860ca6e 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <pthread.h>
 
+#include "process-util.h"
 #include "random-util.h"
 
 /* This pattern needs to be repeated exactly in multiple modules, so macro it.