15 lines
232 B
C++
15 lines
232 B
C++
|
|
||
|
$FreeBSD$
|
||
|
|
||
|
--- amarok/src/metadata/mp4/mp4properties.cpp.orig
|
||
|
+++ amarok/src/metadata/mp4/mp4properties.cpp
|
||
|
@@ -29,7 +29,7 @@
|
||
|
#include <systems.h>
|
||
|
#endif
|
||
|
|
||
|
-#include <stdint.h>
|
||
|
+#include <inttypes.h>
|
||
|
|
||
|
using namespace TagLib;
|
||
|
|