[Olsr-cvs] olsrd-current/src net_olsr.c,1.35,1.36
Bernd Petrovitsch
(spam-protected)
Wed Nov 21 00:16:20 CET 2007
Update of /cvsroot/olsrd/olsrd-current/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9445/src
Modified Files:
net_olsr.c
Log Message:
* added "#include <limits.h>" as we use some constant from it
Index: net_olsr.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/net_olsr.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** net_olsr.c 18 Nov 2007 20:01:08 -0000 1.35
--- net_olsr.c 20 Nov 2007 23:16:17 -0000 1.36
***************
*** 50,53 ****
--- 50,54 ----
#include <stdlib.h>
#include <assert.h>
+ #include <limits.h>
static olsr_bool disp_pack_out = OLSR_FALSE;
More information about the Olsr-cvs
mailing list