mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 18:58:55 -04:00
13 lines
278 B
C++
13 lines
278 B
C++
$NetBSD: patch-src_coolkey_params.h,v 1.1 2013/04/29 21:31:12 joerg Exp $
|
|
|
|
--- src/coolkey/params.h.orig 2013-04-29 20:24:44.000000000 +0000
|
|
+++ src/coolkey/params.h
|
|
@@ -20,6 +20,7 @@
|
|
#ifndef COOLKEY_PARAMS_H
|
|
#define COOLKEY_PARAMS_H
|
|
|
|
+#include <cstdlib>
|
|
|
|
class Params {
|
|
|