mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
452 B
Plaintext
16 lines
452 B
Plaintext
$NetBSD: patch-src_bitlog_h,v 1.2 2013/06/11 12:58:42 ryoon Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- src/bitlog.h.orig 2010-06-05 06:46:30.000000000 +0000
|
|
+++ src/bitlog.h
|
|
@@ -25,7 +25,7 @@ class Cycle_Counter;
|
|
|
|
// include the absolute minimum portion of GLIB to get the definitions
|
|
// for guint64, etc.
|
|
-#include <glibconfig.h>
|
|
+#include <glib.h>
|
|
|
|
/**********************************************************************
|
|
* boolean event logging
|