[Linux-decnet-commit] CVS: dnprogs/dnroute get_neigh.c,1.4,1.5
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Patrick C. <pa...@us...> - 2003-07-26 09:49:41
|
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> |