Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/freehdl/files/patch-kernel_fhdl__stream.cc
16461 views
1
--- kernel/fhdl_stream.cc.orig 2006-01-12 08:05:01.000000000 +0000
2
+++ kernel/fhdl_stream.cc
3
@@ -2,6 +2,7 @@
4
#if HAVE_UNISTD_H
5
#include <unistd.h>
6
#endif
7
+#include <cstring>
8
#include <sstream>
9
#include <assert.h>
10
#include <freehdl/kernel-error.hh>
11
12