mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
292 B
C++
15 lines
292 B
C++
$NetBSD: patch-src_Config.cpp,v 1.2 2015/11/17 15:59:13 he Exp $
|
|
|
|
Include strings.h too.
|
|
|
|
--- src/Config.cpp.orig 2011-11-25 16:58:41.000000000 +0000
|
|
+++ src/Config.cpp
|
|
@@ -25,6 +25,7 @@
|
|
|
|
#include "Config.h"
|
|
#include <string>
|
|
+#include <strings.h>
|
|
|
|
#include <iostream>
|
|
using std::cout;
|