On Wed, May 11, 2016 at 03:11:53PM +0200, Sven Eckelmann wrote:
On Wednesday 11 May 2016 18:29:17 Antonio Quartulli wrote:
diff --git a/net/batman-adv/hard-interface.c b/net/batman-adv/hard-interface.c index a8cda76..a757229 100644 --- a/net/batman-adv/hard-interface.c +++ b/net/batman-adv/hard-interface.c @@ -15,6 +15,7 @@
- along with this program; if not, see http://www.gnu.org/licenses/.
*/
+#include "bat_algo.h" #include "hard-interface.h" #include "main.h"
Can you please use the same order as described in
https://git.open-mesh.org/batman-adv.git/commit/7df6200927271862dea5b66e24b2...
Oh sure I can. Thanks for pointing this out !
Cheers,