Files
pkgsrc-ng/games/criticalmass/patches/patch-utils_Value.hpp
2013-09-26 17:14:40 +02:00

15 lines
318 B
C++

$NetBSD: patch-utils_Value.hpp,v 1.1 2011/11/24 14:09:47 joerg Exp $
--- utils/Value.hpp.orig 2011-11-24 00:45:29.000000000 +0000
+++ utils/Value.hpp
@@ -15,7 +15,9 @@
#ifndef _Value_hpp_
#define _Value_hpp_
+#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include <string>
#include <Trace.hpp>