ext/rbpod/rbpod.h in rbpod-0.0.7 vs ext/rbpod/rbpod.h in rbpod-0.0.8

- old
+ new

@@ -7,11 +7,19 @@ #ifdef HAVE_STDDEF_H #include <stddef.h> #endif +#ifdef HAVE_SYS_STAT_H +#include <sys/stat.h> +#endif + #ifdef HAVE_GPOD_ITDB_H #include <gpod/itdb.h> +#endif + +#ifdef HAVE_TAGLIB_TAG_C_H +#include <taglib/tag_c.h> #endif /* Pre-processor macros. */ #include "macros.h"