diff options
| author | james <> | 2010-07-16 11:06:39 +0000 | 
|---|---|---|
| committer | james <> | 2010-07-16 11:06:39 +0000 | 
| commit | 6faf91bb7c43b69f7132f76bc520e60e8b8677c6 (patch) | |
| tree | 9208ba986a1655b45e1bdc5bbf26565d12a3643b /src | |
| parent | e2bab1cd60f51ad68929cf8a97ef127d0dd83a80 (diff) | |
| download | sympathy-6faf91bb7c43b69f7132f76bc520e60e8b8677c6.tar.gz sympathy-6faf91bb7c43b69f7132f76bc520e60e8b8677c6.tar.bz2 sympathy-6faf91bb7c43b69f7132f76bc520e60e8b8677c6.zip | |
add missing G2
Diffstat (limited to 'src')
| -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 | 
