mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
13 lines
299 B
C++
13 lines
299 B
C++
$NetBSD: patch-src_materialexps_PosAndMC.cpp,v 1.1 2011/12/20 13:42:48 wiz Exp $
|
|
|
|
Add missing header.
|
|
|
|
--- src/materialexps/PosAndMC.cpp.orig 2006-05-31 05:17:53.000000000 +0000
|
|
+++ src/materialexps/PosAndMC.cpp
|
|
@@ -1,4 +1,5 @@
|
|
#include "PosAndMC.h"
|
|
+#include <stdlib.h>
|
|
|
|
PosAndMC::PosAndMC()
|
|
{
|