diff options
Diffstat (limited to 'request.h')
-rw-r--r-- | request.h | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,14 +1,11 @@ #ifndef RTCLIENT_REQUEST_H #define RTCLIENT_REQUEST_H -#ifdef DEBUG -#ifdef ANDROID +#if defined(DEBUG) && defined(ANDROID) #include <android/log.h> -#else -#include <stdio.h> -#endif // ANDROID -#endif // DEBUG +#endif #include <string.h> +#include <stdio.h> #include <curl/curl.h> extern CURL *curl; |