]> git.meshlink.io Git - meshlink/commitdiff
Fix building the channels test.
authorGuus Sliepen <guus@meshlink.io>
Tue, 19 Feb 2019 21:11:58 +0000 (22:11 +0100)
committerGuus Sliepen <guus@meshlink.io>
Tue, 19 Feb 2019 21:11:58 +0000 (22:11 +0100)
src/meshlink_internal.h
test/channels.c

index 45c6c951be3697d0d6d1fd7508aa2d9798e8c5fe..a650083a337e14a177faac0beb6507cdcbafdb15 100644 (file)
@@ -3,7 +3,7 @@
 
 /*
     meshlink_internal.h -- Internal parts of the public API.
-    Copyright (C) 2014, 2017 Guus Sliepen <guus@meshlink.io>
+    Copyright (C) 2014-2019 Guus Sliepen <guus@meshlink.io>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#ifdef MESHLINK_H
+#error You must not include both meshlink.h and meshlink_internal.h!
+#endif
+
 #include "system.h"
 
 #include "event.h"
index c1befeec152cef52053e4c30c979336a6408ed80..52d80a9ce1f40579a45e59f4149a890fe40d822f 100644 (file)
@@ -5,7 +5,6 @@
 #include <sys/time.h>
 
 #include "../src/meshlink.h"
-#include "../src/node.h"
 
 volatile bool bar_reachable = false;
 volatile bool bar_responded = false;