diff --git a/platform/netsim/net/ethernode.c b/platform/netsim/net/ethernode.c index dd98d64d7..3dbee6f4f 100644 --- a/platform/netsim/net/ethernode.c +++ b/platform/netsim/net/ethernode.c @@ -30,7 +30,7 @@ * * Author: Adam Dunkels * - * $Id: ethernode.c,v 1.10 2007/11/26 23:28:33 adamdunkels Exp $ + * $Id: ethernode.c,v 1.11 2007/11/27 20:32:08 adamdunkels Exp $ */ /** * \file @@ -51,6 +51,7 @@ #include "lib/random.h" #include +#include #include #define BUF ((uip_tcpip_hdr *)&uip_buf[HDR_LEN])