logiops: add missing patch

This commit is contained in:
Duncaen 2023-06-28 19:49:51 +02:00
parent 380f9f12df
commit 3e251c01b4
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -0,0 +1,10 @@
--- a/src/logid/config/types.h
+++ b/src/logid/config/types.h
@@ -18,6 +18,7 @@
#ifndef LOGID_CONFIG_PRIMITIVE_H
#define LOGID_CONFIG_PRIMITIVE_H
+#include <sys/types.h>
#include <config/map.h>
#include <config/group.h>
#include <ipcgull/property.h>