Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/audio/audiere/files/patch-src_debug.cpp
16149 views
1
--- src/debug.cpp.orig 2006-02-14 04:57:01 UTC
2
+++ src/debug.cpp
3
@@ -1,8 +1,11 @@
4
#ifdef WIN32
5
#include <windows.h>
6
+#else
7
+ #include "unistd.h"
8
#endif
9
10
#include "debug.h"
11
+#include <cstdlib>
12
13
14
namespace audiere {
15
16