diff options
| -rw-r--r-- | src/sympathy.h.head.in | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sympathy.h.head.in b/src/sympathy.h.head.in index e26d094..1e67cbb 100644 --- a/src/sympathy.h.head.in +++ b/src/sympathy.h.head.in @@ -12,6 +12,9 @@  /*   * $Log$ + * Revision 1.4  2010/07/16 11:06:39  james + * add missing G2 + *   * Revision 1.3  2008/03/07 14:13:40  james   * *** empty log message ***   * @@ -82,7 +85,7 @@ extern "C" {  #if @G2_HAVE_STDINT_H@  #include <stdint.h> -#elif @HAVE_SYS_INT_TYPES_H@ +#elif @G2_HAVE_SYS_INT_TYPES_H@  #include <sys/int_types.h>  #endif  | 
