blob: c6319efca2f2c007e5ef1c4ea042c0bd300be717 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-cg,v 1.2 2012/04/30 13:53:48 drochner Exp $
--- glib/gmem.c.orig 2012-03-19 00:29:05.000000000 +0000
+++ glib/gmem.c
@@ -42,6 +42,7 @@
#include "gbacktrace.h"
#include "gtestutils.h"
#include "gthread.h"
+#include "gthreadprivate.h"
#include "glib_trace.h"
#define MEM_PROFILE_TABLE_SIZE 4096
|