commit | 3fb244a56ff72fbd3fb11e4d4202dffd0b466321 | [log] [tgz] |
---|---|---|
author | chrisweir <chrisweir@google.com> | Mon Jun 29 13:05:17 2020 -0700 |
committer | chrisweir <chrisweir@google.com> | Mon Jun 29 13:27:04 2020 -0700 |
tree | c63151d0eff86cf245e86c2914d04e545a3f3fad | |
parent | a1809c82d19267fa164ceef11a9ac98f94dd6b90 [diff] [blame] |
Make NetlinkSocket and nlbuf exported Move NetlinkSocket.h and nlbuf.h to include/libnetdevice as to make them available for include. Bug: 160171644 Test: Manual Change-Id: If54852398cfbcc53eb830a66685c6b44e36ced87
diff --git a/automotive/can/1.0/default/libnetdevice/NetlinkSocket.cpp b/automotive/can/1.0/default/libnetdevice/NetlinkSocket.cpp index 15c0f9b..6146d5e 100644 --- a/automotive/can/1.0/default/libnetdevice/NetlinkSocket.cpp +++ b/automotive/can/1.0/default/libnetdevice/NetlinkSocket.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#include "NetlinkSocket.h" +#include <libnetdevice/NetlinkSocket.h> #include <libnetdevice/printer.h>