summaryrefslogtreecommitdiff
path: root/filesystems/fuse-mp3fs/patches/patch-ab
blob: 88bee512e58d07177cb5edd85112459324839b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.4 2014/11/26 22:31:41 wiz Exp $

Add inttypes.h for PRIu64.

--- src/transcode.c.orig	2008-12-14 05:24:21.000000000 +0000
+++ src/transcode.c
@@ -24,7 +24,7 @@
 #include <fcntl.h>
 #include <dirent.h>
 #include <errno.h>
-#include <sys/statfs.h>
+#include <inttypes.h>
 
 #include <FLAC/metadata.h>
 #ifdef LEGACY_FLAC