mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
304 B
Plaintext
15 lines
304 B
Plaintext
$NetBSD: patch-nrange_h,v 1.1 2012/05/09 06:27:05 dholland Exp $
|
|
|
|
Add missing header file, affects gcc 4.5+.
|
|
|
|
--- nrange.h~ 2004-05-29 23:00:08.000000000 +0000
|
|
+++ nrange.h
|
|
@@ -23,6 +23,7 @@
|
|
#include "config.h"
|
|
#endif
|
|
#include <sys/types.h>
|
|
+#include <climits>
|
|
#include <map>
|
|
#include <stdexcept>
|
|
|