Update of /cvsroot/linux-decnet/dnprogs/dnroute
In directory sc8-pr-cvs1:/tmp/cvs-serv32003
Modified Files:
get_neigh.c
Log Message:
#include <sys/types.h>
Index: get_neigh.c
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/dnroute/get_neigh.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** get_neigh.c 5 May 2003 08:29:06 -0000 1.4
--- get_neigh.c 26 Jul 2003 09:45:43 -0000 1.5
***************
*** 12,15 ****
--- 12,16 ----
*/
+ #include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
|