pacemaker/fix-glib_h-include.patch

14 lines
329 B
Diff
Raw Normal View History

Index: pacemaker/lib/ais/plugin.c
===================================================================
--- pacemaker.orig/lib/ais/plugin.c
+++ pacemaker/lib/ais/plugin.c
@@ -40,7 +40,7 @@
#include "plugin.h"
#include "utils.h"
-#include <glib/ghash.h>
+#include <glib.h>
#include <sys/resource.h>
#include <sys/utsname.h>