mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-02 08:31:24 -04:00
13 lines
350 B
C++
13 lines
350 B
C++
$NetBSD: patch-viewer_scrollview.cpp,v 1.1 2013/04/29 21:31:12 joerg Exp $
|
|
|
|
--- viewer/scrollview.cpp.orig 2013-04-29 19:49:57.000000000 +0000
|
|
+++ viewer/scrollview.cpp
|
|
@@ -39,6 +39,7 @@ const int kMaxIntPairSize = 45; // Hold
|
|
#include <algorithm>
|
|
#include <vector>
|
|
#include <string>
|
|
+#include <cstdlib>
|
|
#include <cstring>
|
|
#include <climits>
|
|
|