16 lines
405 B
Plaintext
16 lines
405 B
Plaintext
$OpenBSD: patch-src_x11_tomboykeybinder_h,v 1.1 2012/03/23 13:28:25 ajacoutot Exp $
|
|
|
|
error: #error "Only <glib.h> can be included directly."
|
|
|
|
--- src/x11/tomboykeybinder.h.orig Sun Mar 18 11:00:01 2012
|
|
+++ src/x11/tomboykeybinder.h Sun Mar 18 11:00:09 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
|
|
|