[gtk+] statusicon: Fix implicit declaration warning
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] statusicon: Fix implicit declaration warning
- Date: Tue, 15 May 2012 16:56:55 +0000 (UTC)
commit 5bf82077f505c187a9a950e80f7f9af5a38d61bb
Author: Bastien Nocera <hadess hadess net>
Date: Tue May 15 17:55:36 2012 +0100
statusicon: Fix implicit declaration warning
gtkstatusicon.c:1333:4: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration]
Added in commit c8378099600e4279cb5c608b546bbe778c451233
gtk/gtkstatusicon.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c
index efecdad..5c8a591 100644
--- a/gtk/gtkstatusicon.c
+++ b/gtk/gtkstatusicon.c
@@ -28,6 +28,7 @@
#include "config.h"
#include <string.h>
+#include <stdlib.h>
#include "gtkstatusicon.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]