projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d3f341
)
Fixed my last commit: wrong preprocessor directive.
author
Guenter Knauf
<lists@gknw.net>
Mon, 16 Apr 2012 09:27:16 +0000
(11:27 +0200)
committer
Guenter Knauf
<lists@gknw.net>
Mon, 16 Apr 2012 09:27:16 +0000
(11:27 +0200)
ares_init.c
patch
|
blob
|
history
diff --git
a/ares_init.c
b/ares_init.c
index 0167f569b226e8dd4343bc22a750e101b4fd6156..3d29cfee0074263eaad1d8b52b5e08222feecb71 100644
(file)
--- a/
ares_init.c
+++ b/
ares_init.c
@@
-60,7
+60,7
@@
#include <ctype.h>
#include <time.h>
-#
el
if defined(ANDROID) || defined(__ANDROID__)
+#if defined(ANDROID) || defined(__ANDROID__)
#include <sys/system_properties.h>
#endif