mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Fix for OS X compilation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18073 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3f82e03f11
commit
c025bfc086
2 changed files with 115 additions and 0 deletions
|
|
@ -23,7 +23,11 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#if !defined(__APPLE__)
|
||||
#include <elf.h>
|
||||
#else
|
||||
#include "mac-elf.h" /* Mac OS X doesn't distribuate elf.h... */
|
||||
#endif
|
||||
|
||||
#include "creative.h"
|
||||
#include "hmac-sha1.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue