blob: 2219065fbf36c0bcca03f8d4d2319733bab5586f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- ethermac.h.orig Wed Feb 13 14:09:52 2002
+++ ethermac.h Thu Feb 27 19:14:53 2003
@@ -22,6 +22,7 @@
#include <stdio.h>
#include <string.h>
+#include <stdlib.h>
int ether_aton ( const char *macstr, unsigned char *outbuf ) ;
char * ether_ntoa ( const unsigned char *mac);
|