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 {