blob: befb45bd440ef7808c07964eb5e2b0d65aac0d4c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- protocols/icmp/nd_icmp.c.orig Fri Sep 20 02:41:19 2002
+++ protocols/icmp/nd_icmp.c Sun Oct 13 12:00:17 2002
@@ -22,6 +22,7 @@
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
|