blob: c5f4558023bbb835e7f629bdedabcecddf540aeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-src_main.cc,v 1.1 2011/11/25 22:25:31 joerg Exp $
--- src/main.cc.orig 2011-11-25 17:43:54.000000000 +0000
+++ src/main.cc
@@ -24,6 +24,8 @@
#include "version.h"
#include <iostream>
+#include <cstring>
+#include <cstdlib>
#include <stdexcept>
#include <signal.h>
#include <sys/wait.h>
|