blob: b5989b103f457f9582ef31e75715dd9f5b723068 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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];
|