* Fixes for gcc-4.4 (thanks Alexis Ballier)

This commit is contained in:
Chris Cannam
2009-09-28 09:45:23 +00:00
parent 6154522f8d
commit 45a7ec1868
2 changed files with 4 additions and 3 deletions

View File

@@ -80,6 +80,7 @@ inline float princargf(float a) { return modf(a + (float)M_PI, -2.f * (float)M_P
#else
#include <sys/mman.h>
#include <stdio.h>
#include <dlfcn.h>
#define MLOCK(a,b) ::mlock((char *)(a),(b))