aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2018-06-25 23:46:31 +0200
committert3sserakt <t3ss@posteo.de>2018-06-25 23:48:52 +0200
commit82077f4b212f9b08141dc218537b3fad27b179f8 (patch)
tree8f587aabb1be7d5d04a79fe32ed303c2b06b4021 /src
parent1aac0fdeaa4af2c7b14b81f0a90f0465b9c681f4 (diff)
parent50cc05f326c1984af8d0b7783bb4750e2fa58699 (diff)
downloadgnunet-82077f4b212f9b08141dc218537b3fad27b179f8.tar.gz
gnunet-82077f4b212f9b08141dc218537b3fad27b179f8.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'src')
-rw-r--r--src/util/tun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/tun.c b/src/util/tun.c
index f85f72209..25e729e58 100644
--- a/src/util/tun.c
+++ b/src/util/tun.c
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/ 17*/
@@ -23,7 +23,7 @@
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#include "platform.h" 25#include "platform.h"
26#include "gnunet_tun_lib.h" 26#include "gnunet_util_lib.h"
27 27
28/** 28/**
29 * IP TTL we use for packets that we assemble (8 bit unsigned integer) 29 * IP TTL we use for packets that we assemble (8 bit unsigned integer)