forked from len0rd/rockbox
included debug.h for debugf function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@798 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2e98c5348a
commit
1f50b8bd2d
1 changed files with 4 additions and 0 deletions
|
|
@ -28,11 +28,15 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
#include "debug.h"
|
||||
|
||||
#include "file.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define STRUCT_PACKED __attribute__((packed))
|
||||
#else
|
||||
#define STRUCT_PACKED
|
||||
#pragma pack (push, 2)
|
||||
#endif
|
||||
|
||||
struct Fileheader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue