aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-08-20 03:50:24 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-08-20 03:50:24 +0800
commitb5b294aaff557e837096aab6602fa690b22a84dc (patch)
tree7e39fb5d50d33dcbcb1ed605dc24ffe5d689091e /libempathy
parent6a23f8cae6cde04e75e509f34dd2dc10adf8bdd2 (diff)
downloadgsoc2013-empathy-b5b294aaff557e837096aab6602fa690b22a84dc.tar
gsoc2013-empathy-b5b294aaff557e837096aab6602fa690b22a84dc.tar.gz
gsoc2013-empathy-b5b294aaff557e837096aab6602fa690b22a84dc.tar.bz2
gsoc2013-empathy-b5b294aaff557e837096aab6602fa690b22a84dc.tar.lz
gsoc2013-empathy-b5b294aaff557e837096aab6602fa690b22a84dc.tar.xz
gsoc2013-empathy-b5b294aaff557e837096aab6602fa690b22a84dc.tar.zst
gsoc2013-empathy-b5b294aaff557e837096aab6602fa690b22a84dc.zip
Add python binding. Fixes bug #457660 (Michael Sheldon).
2007-08-19 Xavier Claessens <xclaesse@gmail.com> * python/pyempathy/pyempathy.defs: * python/pyempathy/pyempathymodule.c: * python/pyempathy/Makefile.am: * python/pyempathy/pyempathy.override: * python/pyempathygtk/pyempathygtk.override: * python/pyempathygtk/pyempathygtk.defs: * python/pyempathygtk/Makefile.am: * python/pyempathygtk/pyempathygtkmodule.c: * python/Makefile.am: * libempathy/empathy-time.h: * configure.ac: * Makefile.am: Add python binding. Fixes bug #457660 (Michael Sheldon). svn path=/trunk/; revision=264
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-time.h b/libempathy/empathy-time.h
index 0989391cd..debf784c0 100644
--- a/libempathy/empathy-time.h
+++ b/libempathy/empathy-time.h
@@ -21,7 +21,9 @@
#ifndef __EMPATHY_TIME_H__
#define __EMPATHY_TIME_H__
+#ifndef __USE_XOPEN
#define __USE_XOPEN
+#endif
#include <time.h>
#include <glib.h>