Commit 970274a6 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Don't include <linux/...> header files directly.

These change from kernel release to release, and no longer contain some of
the stuff you need.

Change-Id: I3fc7176cf2246aebfc0aa2a833dfa04ea8d931fc
parent 8a3da263
......@@ -19,7 +19,7 @@
#include <cutils/log.h>
#include <linux/if.h>
#include <net/if.h>
// NOTE: <resolv_iface.h> is a private C library header that provides
// declarations for _resolv_set_default_iface() and others.
......
......@@ -19,7 +19,7 @@
#include <sysutils/FrameworkListener.h>
#include <linux/if.h>
#include <net/if.h>
#ifndef IFNAMSIZ
#define IFNAMSIZ 16
......
......@@ -17,7 +17,7 @@
#ifndef _TETHER_CONTROLLER_H
#define _TETHER_CONTROLLER_H
#include <linux/in.h>
#include <netinet/in.h>
#include "List.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment