blob: 16891d850bab844d691aabe5ab988d0d8dae4653 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ag,v 1.1.1.1 2004/02/26 12:50:45 jmmv Exp $
--- vmo/vmo2gsm.c.orig 2003-02-17 22:55:40.000000000 +0100
+++ vmo/vmo2gsm.c
@@ -32,6 +32,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <limits.h>
#include <fcntl.h>
#include <netinet/in.h> /* ntohs */
|