From 2edff869fdc252d804f6bded195838752b31cd68 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 4 Nov 2012 18:16:22 +0100 Subject: [PATCH] gui-thread-check: Fix some compilation warnings --- gtk/gui-thread-check/profiler/gui-thread-check.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gui-thread-check/profiler/gui-thread-check.c b/gtk/gui-thread-check/profiler/gui-thread-check.c index fecef800a..4ec8643bd 100644 --- a/gtk/gui-thread-check/profiler/gui-thread-check.c +++ b/gtk/gui-thread-check/profiler/gui-thread-check.c @@ -23,11 +23,12 @@ * USA. */ +#include #include #include -extern pthread_t pthread_self (); +extern pthread_t pthread_self (void); static gboolean stack_walk_fn (MonoMethod *method, gint32 native_offset, gint32 il_offset, gboolean managed, gpointer data)