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

16 lines
393 B
Plaintext

$OpenBSD: patch-src_tomboykeybinder_h,v 1.1 2012/03/23 13:28:25 ajacoutot Exp $
error: #error "Only <glib.h> can be included directly."
--- src/tomboykeybinder.h.orig Sun Mar 18 19:58:07 2012
+++ src/tomboykeybinder.h Sun Mar 18 19:58:13 2012
@@ -2,7 +2,7 @@
#ifndef __TOMBOY_KEY_BINDER_H__
#define __TOMBOY_KEY_BINDER_H__
-#include <glib/gtypes.h>
+#include <glib.h>
G_BEGIN_DECLS