aboutsummaryrefslogtreecommitdiff
path: root/src/util/tun.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-25 23:36:15 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-25 23:36:15 +0200
commit50cc05f326c1984af8d0b7783bb4750e2fa58699 (patch)
treed5b46d7410f564379e880eb5732ca0c4ffbc566c /src/util/tun.c
parent23644d2ef3a3c0299b681e68a7122bc5becff322 (diff)
downloadgnunet-50cc05f326c1984af8d0b7783bb4750e2fa58699.tar.gz
gnunet-50cc05f326c1984af8d0b7783bb4750e2fa58699.zip
fix warning
Diffstat (limited to 'src/util/tun.c')
-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)