diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | inet/tst-ether_aton.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +1998-05-01 Ulrich Drepper <drepper@cygnus.com> + + * inet/tst-ether_aton.c: Include <stdio.h>. + 1998-04-30 16:45 Ulrich Drepper <drepper@cygnus.com> * inet/ether_aton.c: Including netinet/if_ether.h is not necessary. diff --git a/inet/tst-ether_aton.c b/inet/tst-ether_aton.c index 76ce8af..24718f4 100644 --- a/inet/tst-ether_aton.c +++ b/inet/tst-ether_aton.c @@ -1,3 +1,4 @@ +#include <stdio.h> #include <netinet/ether.h> int |