mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
13 lines
329 B
C++
13 lines
329 B
C++
$NetBSD: patch-src_lib_IniFile.cpp,v 1.1 2013/05/23 18:39:35 joerg Exp $
|
|
|
|
--- src/lib/IniFile.cpp.orig 2013-05-23 16:49:49.000000000 +0000
|
|
+++ src/lib/IniFile.cpp
|
|
@@ -8,6 +8,7 @@
|
|
|
|
#include "IniFile.h"
|
|
#include <algorithm> //find() function
|
|
+#include <cstdlib>
|
|
#include <string>
|
|
#include "File64.h"
|
|
#include "FilePath.h"
|