mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
15 lines
337 B
C++
15 lines
337 B
C++
$NetBSD: patch-src_materialexps_PosAndEM.cpp,v 1.1 2011/12/20 13:42:48 wiz Exp $
|
|
|
|
Add missing header.
|
|
|
|
--- src/materialexps/PosAndEM.cpp.orig 2006-05-25 20:23:51.000000000 +0000
|
|
+++ src/materialexps/PosAndEM.cpp
|
|
@@ -32,6 +32,7 @@
|
|
*/
|
|
#include "PosAndEM.h"
|
|
#include "posand-support.h"
|
|
+#include <stdlib.h>
|
|
|
|
PosAndEM::PosAndEM() {
|
|
}
|