istereo

diff src/respath.c @ 15:32503603eb7d

ah!
author John Tsiombikas <nuclear@mutantstargoat.com>
date Wed, 07 Sep 2011 09:17:15 +0300
parents 14bbdfcb9030
children fd39c0198935
line diff
     1.1 --- a/src/respath.c	Wed Sep 07 09:03:51 2011 +0300
     1.2 +++ b/src/respath.c	Wed Sep 07 09:17:15 2011 +0300
     1.3 @@ -4,9 +4,9 @@
     1.4  #include <errno.h>
     1.5  #include <unistd.h>
     1.6  #include "respath.h"
     1.7 +#include "config.h"
     1.8  
     1.9 -#if defined(__IPHONE_3_0) || defined(__IPHONE_3_2) || defined(__IPHONE_4_0)
    1.10 -#define IPHONE
    1.11 +#ifdef IPHONE
    1.12  #include <CoreFoundation/CoreFoundation.h>
    1.13  #endif
    1.14