1
0
Fork 0
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:
Felix Arends 2002-05-29 14:36:09 +00:00
parent 2e98c5348a
commit 1f50b8bd2d

View file

@ -28,11 +28,15 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <stdbool.h> #include <stdbool.h>
#include "debug.h"
#include "file.h" #include "file.h"
#ifdef __GNUC__ #ifdef __GNUC__
#define STRUCT_PACKED __attribute__((packed)) #define STRUCT_PACKED __attribute__((packed))
#else
#define STRUCT_PACKED
#pragma pack (push, 2)
#endif #endif
struct Fileheader struct Fileheader