diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-19 16:43:18 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-19 16:43:18 +0800 |
commit | 4898094229ecee8061896280afffbe74bae717e8 (patch) | |
tree | 55e8afe517123877846e8e9ff8edfa21e99be307 /request.h | |
parent | a88e6d47c5e51d09415e450ece221fb7665f34f6 (diff) |
Post content builder inline function
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; |