patch-src_gq-hash_h 373 B

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