opnsense-ports/audio/audiere/files/patch-src-debug.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

14 lines
273 B
C++

--- src/debug.cpp.orig 2006-02-14 07:57:01.000000000 +0300
+++ src/debug.cpp 2013-09-14 06:53:30.679226734 +0400
@@ -1,8 +1,11 @@
#ifdef WIN32
#include <windows.h>
+#else
+ #include "unistd.h"
#endif
#include "debug.h"
+#include <cstdlib>
namespace audiere {