diff options
author | 2013-01-02 14:39:53 +0000 | |
---|---|---|
committer | 2013-01-02 14:39:53 +0000 | |
commit | 46c3cf2451df8536e8efdd790b1757254e0d79b6 (patch) | |
tree | edbd8d1e26517e56ca04c334051e006311e455a2 /src | |
parent | 7c17cd2e4743648086b6c480f0734f1d2c57320d (diff) |
Fix compile on OS X 10.6/10.7 (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/portmidi/readbinaryplist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/portmidi/readbinaryplist.c b/src/lib/portmidi/readbinaryplist.c index 9f11c1fbac1..dad2ba75762 100644 --- a/src/lib/portmidi/readbinaryplist.c +++ b/src/lib/portmidi/readbinaryplist.c @@ -72,6 +72,7 @@ memory requested or calls longjmp, so callers don't have to check. */ #include <sys/types.h> +#include <sys/param.h> #include <stdlib.h> #include <string.h> #include <assert.h> |