From 311d16df7db233f7f61990d569f996ec5d82c97a Mon Sep 17 00:00:00 2001 From: goldsimon Date: Mon, 22 Feb 2010 17:52:09 +0000 Subject: [PATCH] Fixed compilation error after splitting tcp.h/tcp_impl.h --- src/netif/ppp/vj.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/netif/ppp/vj.h b/src/netif/ppp/vj.h index 1a8d060d..fad12136 100644 --- a/src/netif/ppp/vj.h +++ b/src/netif/ppp/vj.h @@ -1,7 +1,7 @@ /* * Definitions for tcp compression routines. * - * $Id: vj.h,v 1.6 2010/01/09 12:45:23 goldsimon Exp $ + * $Id: vj.h,v 1.7 2010/02/22 17:52:09 goldsimon Exp $ * * Copyright (c) 1989 Regents of the University of California. * All rights reserved. @@ -26,7 +26,7 @@ #define VJ_H #include "lwip/ip.h" -#include "lwip/tcp.h" +#include "lwip/tcp_impl.h" #define MAX_SLOTS 16 /* must be > 2 and < 256 */ #define MAX_HDR 128