patch-src_gq-main-loop_h 361 B

12345678910111213141516
  1. $OpenBSD: patch-src_gq-main-loop_h,v 1.1 2012/03/29 12:43:21 ajacoutot Exp $
  2. #error "Only <glib.h> can be included directly."
  3. --- src/gq-main-loop.h.orig Wed Jan 9 17:35:12 2008
  4. +++ src/gq-main-loop.h Thu Mar 29 14:00:06 2012
  5. @@ -24,7 +24,7 @@
  6. #ifndef GQ_MAIN_LOOP_H
  7. #define GQ_MAIN_LOOP_H
  8. -#include <glib/gtypes.h>
  9. +#include <glib.h>
  10. G_BEGIN_DECLS