commit | 970274a61800e047430d81269df977de9dbe45ef | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Sep 11 18:56:36 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Sep 11 18:56:36 2012 -0700 |
tree | c1a5728c5301692756d69abcdf6e0fed75c69783 | |
parent | 8a3da263f9fde42efbc54d19465ebd1f83ba35cd [diff] [blame] |
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
diff --git a/SecondaryTableController.h b/SecondaryTableController.h index 58914df..79e0592 100644 --- a/SecondaryTableController.h +++ b/SecondaryTableController.h
@@ -19,7 +19,7 @@ #include <sysutils/FrameworkListener.h> -#include <linux/if.h> +#include <net/if.h> #ifndef IFNAMSIZ #define IFNAMSIZ 16