freebsd-ports/audio/audiere/files/patch-src_debug.cpp
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

14 lines
225 B
C++

--- src/debug.cpp.orig 2006-02-14 04:57:01 UTC
+++ src/debug.cpp
@@ -1,8 +1,11 @@
#ifdef WIN32
#include <windows.h>
+#else
+ #include "unistd.h"
#endif
#include "debug.h"
+#include <cstdlib>
namespace audiere {