From e6141ce2e5796f4d647a6df6868defcf66150247 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 13 Aug 2006 16:10:45 +0200 Subject: [GCC4] fix build error in include/net/udp.h This patch fixes this error with gcc 4 : In file included from af_econet.c:39: /usr/src/git/linux-2.4/include/net/udp.h:75: error: array type has incomplete element type --- include/net/udp.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/net/udp.h b/include/net/udp.h index d965ac2..8fc13cd 100644 --- a/include/net/udp.h +++ b/include/net/udp.h @@ -25,6 +25,7 @@ #define _UDP_H #include #include #include +#include #define UDP_HTABLE_SIZE 128 -- 1.4.2