Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e56f9e18 authored by chrisweir's avatar chrisweir
Browse files

Export libnetdevice headers

The previous change to do this missed a couple includes. Simply
compiling doesn't catch header problems unless the headers are actually
used.

Bug: 160171644
Test: Manual
Change-Id: I9edc76b47e934b60a143ebfacdeaeeddc0768fc5
parent ab61d80e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@

#pragma once

#include "types.h"

#include <android-base/macros.h>
#include <libnetdevice/types.h>

#include <linux/rtnetlink.h>

#include <string>
+1 −2
Original line number Diff line number Diff line
@@ -16,9 +16,8 @@

#pragma once

#include "types.h"

#include <libnetdevice/nlbuf.h>
#include <libnetdevice/types.h>

#include <map>
#include <sstream>
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@
#include "MessageDefinition.h"
#include "common/Empty.h"
#include "common/Error.h"
#include "types.h"

#include <libnetdevice/types.h>

#include <string>
#include <vector>