[java-atk-wrapper] fix implicit function warning for g_sprintf
- From: Magdalen Berns <mberns src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper] fix implicit function warning for g_sprintf
- Date: Sun, 18 Jan 2015 23:59:17 +0000 (UTC)
commit f06a2dd1851f566384e8a62551490f2e78393a4e
Author: Magdalen Berns <m berns thismagpie com>
Date: Sun Jan 18 23:58:29 2015 +0000
fix implicit function warning for g_sprintf
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=743150
jni/src/jawimpl.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jni/src/jawimpl.c b/jni/src/jawimpl.c
index abc89e8..cdf202b 100644
--- a/jni/src/jawimpl.c
+++ b/jni/src/jawimpl.c
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <glib.h>
#include <glib-object.h>
+#include <glib/gprintf.h>
#include "jawutil.h"
#include "jawimpl.h"
#include "jawtoplevel.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]