patch-src_gq-stack_c 383 B

123456789101112131415161718
  1. $OpenBSD: patch-src_gq-stack_c,v 1.1 2012/03/29 12:43:21 ajacoutot Exp $
  2. #error "Only <glib.h> can be included directly."
  3. --- src/gq-stack.c.orig Wed Jan 9 17:35:12 2008
  4. +++ src/gq-stack.c Thu Mar 29 14:00:06 2012
  5. @@ -23,9 +23,7 @@
  6. #include "gq-stack.h"
  7. -#include <glib/gmem.h>
  8. -#include <glib/gmessages.h>
  9. -#include <glib/glist.h>
  10. +#include <glib.h>
  11. #undef DEBUG_STACK