basic: Add missing process-util.h include to origin-id.h

This commit is contained in:
Daan De Meyer
2025-05-22 15:27:50 +02:00
parent b2ae2119c5
commit bba27cd746

View 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.