From 50cc05f326c1984af8d0b7783bb4750e2fa58699 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 25 Jun 2018 23:36:15 +0200 Subject: [PATCH] fix warning --- src/util/tun.c | 4 ++-- 1 file 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 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ @@ -23,7 +23,7 @@ * @author Christian Grothoff */ #include "platform.h" -#include "gnunet_tun_lib.h" +#include "gnunet_util_lib.h" /** * IP TTL we use for packets that we assemble (8 bit unsigned integer) -- 2.25.1