commit | 098377bb883e542a44dd3ececa543b0747e7b7c8 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Fri Feb 22 10:39:31 2013 -0800 |
committer | Nick Kralevich <nnk@google.com> | Fri Feb 22 10:39:31 2013 -0800 |
tree | 6d146e384c935fc7437283d6fb084c9264624040 | |
parent | b6db6ada54e5420dae6dd441517eac8f3892aba4 [diff] |
Remove Android special case. Change-Id: I8cd92aa3f6e76f9521be15fbeef0598da041199a
diff --git a/ping_common.h b/ping_common.h index 8663b4c..39e28a6 100644 --- a/ping_common.h +++ b/ping_common.h
@@ -7,11 +7,7 @@ #include <linux/sockios.h> #include <sys/file.h> #include <sys/time.h> -#ifdef ANDROID -#include <signal.h> -#else #include <sys/signal.h> -#endif #include <sys/ioctl.h> #include <net/if.h> #include <sys/uio.h>