nixpkgs/pkgs/applications/misc/stardict/stardict-3.0.3-correct-glib-include.patch

14 lines
243 B
Diff
Raw Normal View History

http://bugs.gentoo.org/396219
--- dict/src/tomboykeybinder.h
+++ dict/src/tomboykeybinder.h
@@ -21,7 +21,7 @@
#ifndef __TOMBOY_KEY_BINDER_H__
#define __TOMBOY_KEY_BINDER_H__
-#include <glib/gtypes.h>
+#include <glib.h>
G_BEGIN_DECLS