summaryrefslogtreecommitdiff
path: root/audio/goom/patches/patch-ab
blob: cb49f8b14aeee4cfda88a058f702ac6c015d78db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ab,v 1.1 2005/10/31 15:33:19 tv Exp $

--- src/filters.c.orig	2005-02-07 08:46:41.000000000 -0500
+++ src/filters.c
@@ -18,7 +18,11 @@
 #include <stdlib.h>
 #include <math.h>
 #include <stdio.h>
+#include <stdlib.h>
+
+#if HAVE_INTTYPES_H
 #include <inttypes.h>
+#endif
 
 #include "goom_filters.h"
 #include "goom_graphic.h"