openbsd-ports/x11/parcellite/patches/patch-src_keybinder_h
2012-03-23 13:28:25 +00:00

16 lines
363 B
Plaintext

$OpenBSD: patch-src_keybinder_h,v 1.1 2012/03/23 13:28:25 ajacoutot Exp $
error: #error "Only <glib.h> can be included directly."
--- src/keybinder.h.orig Sun Mar 18 21:19:08 2012
+++ src/keybinder.h Sun Mar 18 21:19:18 2012
@@ -20,7 +20,7 @@
#ifndef __KEY_BINDER_H__
#define __KEY_BINDER_H__
-#include <glib/gtypes.h>
+#include <glib.h>
G_BEGIN_DECLS