commit | 50b922646571135e64ec8544eac7868a49935a01 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Wed Jul 11 12:28:31 2018 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Jul 15 14:48:35 2018 -0400 |
tree | 6dd4af1e1140e29fc3db292648b124ed6379a706 | |
parent | 4c45fd890681e6f02959ef74ae888ecdae1fa28f [diff] [blame] |
net: refactor netlink message parsing, add extack support Change-Id: Iaa132d8cb1aece6cfc608cc1c3b4478982ac706e
diff --git a/src/net/detail/network-monitor-impl-osx.hpp b/src/net/detail/network-monitor-impl-osx.hpp index 93cd57a..f536b5d 100644 --- a/src/net/detail/network-monitor-impl-osx.hpp +++ b/src/net/detail/network-monitor-impl-osx.hpp
@@ -26,7 +26,7 @@ #include "../network-monitor.hpp" #ifndef NDN_CXX_HAVE_OSX_FRAMEWORKS -#error "This file should not be compiled ..." +#error "This file should not be included ..." #endif #include "../../util/cf-releaser-osx.hpp"