summaryrefslogtreecommitdiff
path: root/audio/py-mad/patches/patch-aa
blob: f48162d355eb7a994c4aa1461dda8dfa9587f9f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.1.1.1 2004/02/15 22:26:05 minskim Exp $

--- src/pymadfile.c~	Mon Oct  6 16:23:05 2003
+++ src/pymadfile.c	Sun Jan 11 13:35:13 2004
@@ -47,7 +47,9 @@
 
 #include <Python.h>
 #include <stdio.h>
+#ifndef __FreeBSD__
 #include <stdint.h>
+#endif
 #include <errno.h>
 #include <string.h>
 #include <sys/stat.h>