[evolution] Prevent missing prototype of atexit on windows
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Prevent missing prototype of atexit on windows
- Date: Fri, 5 Mar 2010 20:51:56 +0000 (UTC)
commit 8d2dc2cec92599dfe51e8351e6d98cf0035300e3
Author: Fridrich Strba <fridrich strba bluewin ch>
Date: Fri Mar 5 21:46:22 2010 +0100
Prevent missing prototype of atexit on windows
e-util/gconf-bridge.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/e-util/gconf-bridge.c b/e-util/gconf-bridge.c
index 9f4987f..ac1b4d4 100644
--- a/e-util/gconf-bridge.c
+++ b/e-util/gconf-bridge.c
@@ -24,6 +24,7 @@
#include <gtk/gtk.h>
#include <glib/gi18n-lib.h>
#include <string.h>
+#include <stdlib.h>
#include "gconf-bridge.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]