From 7b7996c7bb4bd66f6262f4e721b6960d6b58b801 Mon Sep 17 00:00:00 2001 From: james <> Date: Wed, 13 Feb 2008 18:05:06 +0000 Subject: *** empty log message *** --- src/sympathy.h.head.in | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'src/sympathy.h.head.in') diff --git a/src/sympathy.h.head.in b/src/sympathy.h.head.in index a703ce2..d2edcdf 100644 --- a/src/sympathy.h.head.in +++ b/src/sympathy.h.head.in @@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.2 2008/02/13 18:05:06 james + * *** empty log message *** + * * Revision 1.1 2008/02/13 16:57:29 james * *** empty log message *** * @@ -33,6 +36,7 @@ extern "C" { #endif #include +#include /*the integer constants here are set by configure*/ @@ -52,4 +56,34 @@ extern "C" { /*get struct tm defined*/ #include <@G2_TM_H@> +#if @G2_TM_IN_SYS_TIME@ +#include +#if @G2_TIME_WITH_SYS_TIME@ +#include +#endif +#else +#if @G2_TIME_WITH_SYS_TIME@ +#include +#endif +#include +#endif + + +#if @G2_HAVE_MALLOC_H@ +#include +#endif + +#if @G2_HAVE_UNISTD_H@ +#include +#endif + +#if @G2_HAVE_STDINT_H@ +#include +#elif @HAVE_SYS_INT_TYPES_H@ +#include +#endif + +#include +#include + -- cgit v1.2.3