Mercurial > ecos-v3_0-branch
changeset 1878:4efe70e59804
* src/if_i82559.c Added string.h to remove compiler warnings.
| author | asl |
|---|---|
| date | Sat, 22 Jan 2005 15:32:03 +0000 |
| parents | a39454249629 |
| children | d1092abb41a0 |
| files | packages/devs/eth/intel/i82559/current/ChangeLog packages/devs/eth/intel/i82559/current/src/if_i82559.c |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/eth/intel/i82559/current/ChangeLog +++ b/packages/devs/eth/intel/i82559/current/ChangeLog @@ -1,3 +1,7 @@ +2005-01-22 Andrew Lunn <andrew.lunn@ascom.ch> + + * src/if_i82559.c Added string.h to remove compiler warnings. + 2004-08-12 Jani Monoses <jani@iv.ro> * src/if_i82559.c: Fix builing with lwip.
--- a/packages/devs/eth/intel/i82559/current/src/if_i82559.c +++ b/packages/devs/eth/intel/i82559/current/src/if_i82559.c @@ -161,6 +161,8 @@ #include <cyg/io/eth/netdev.h> #include <cyg/io/eth/eth_drv.h> +#include <string.h> + #ifdef CYGPKG_NET #include <pkgconf/net.h> #include <net/if.h> /* Needed for struct ifnet */
