mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
285 B
C++
13 lines
285 B
C++
$NetBSD: patch-nget.cc,v 1.1 2011/12/06 19:51:07 joerg Exp $
|
|
|
|
--- nget.cc.orig 2011-12-06 17:02:32.000000000 +0000
|
|
+++ nget.cc
|
|
@@ -37,6 +37,7 @@ extern "C" {
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
+#include <limits.h>
|
|
#include <time.h>
|
|
#include "_fileconf.h"
|
|
|