diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-time.h | 2 |
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> |