summaryrefslogtreecommitdiff
path: root/audio/audiere/files/patch-src_debug.cpp
blob: de4181f3a32a71f1fa1027f9d121eddc734b5705 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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 {