You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-electronics/vbs/files/vbs-1.4.0-gcc-4.3.patch

31 lines
512 B

--- a/common/dumpstrm.cc
+++ b/common/dumpstrm.cc
@@ -13,6 +13,7 @@
#include <cstdio> // sprintf
#include <iostream>
+#include <cstdlib>
#include "dumpstrm.h"
using std::cerr;
--- a/common/logic.h
+++ b/common/logic.h
@@ -18,6 +18,7 @@
#ifndef _LOGIC_H
#define _LOGIC_H
+#include <cstdlib>
class logic
{
--- a/common/bvector.h
+++ b/common/bvector.h
@@ -30,6 +30,7 @@
#include <string>
#include <utility>
#include <iostream>
+#include <cstring>
#include "common/logic.h"
class bit_vector