Fixed compilation error after splitting tcp.h/tcp_impl.h

This commit is contained in:
goldsimon 2010-02-22 17:52:09 +00:00
parent ea78d69c6d
commit 311d16df7d

View File

@ -1,7 +1,7 @@
/* /*
* Definitions for tcp compression routines. * 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. * Copyright (c) 1989 Regents of the University of California.
* All rights reserved. * All rights reserved.
@ -26,7 +26,7 @@
#define VJ_H #define VJ_H
#include "lwip/ip.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_SLOTS 16 /* must be > 2 and < 256 */
#define MAX_HDR 128 #define MAX_HDR 128