blob: 88feddc8d977a35469fe8518e23ad5d1749a6baa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ca,v 1.1 2006/05/10 17:19:00 jlam Exp $
--- converter/other/rlatopam.c.orig 2006-01-08 00:02:13.000000000 -0500
+++ converter/other/rlatopam.c
@@ -13,6 +13,7 @@
**/
+#include <sys/types.h>
#include <netinet/in.h> /* For ntohs, htons */
#include <string.h>
#include <errno.h>
|