diff options
Diffstat (limited to 'system/clusterglue/glib-single-include.patch')
-rw-r--r-- | system/clusterglue/glib-single-include.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/clusterglue/glib-single-include.patch b/system/clusterglue/glib-single-include.patch new file mode 100644 index 0000000000..b5989b103f --- /dev/null +++ b/system/clusterglue/glib-single-include.patch @@ -0,0 +1,13 @@ +Index: Reusable-Cluster-Components-glue--5e06b2ddd24b/include/clplumbing/cl_uuid.h +=================================================================== +--- Reusable-Cluster-Components-glue--5e06b2ddd24b.orig/include/clplumbing/cl_uuid.h ++++ Reusable-Cluster-Components-glue--5e06b2ddd24b/include/clplumbing/cl_uuid.h +@@ -16,7 +16,7 @@ + + #ifndef _CL_UUID_H_ + #define _CL_UUID_H_ +-#include <glib/gtypes.h> ++#include <glib.h> + + typedef struct cl_uuid_s{ + unsigned char uuid[16]; |