Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / goom / patches / patch-ac
blob6015d36e68fc8eee4197778bd89f322adf298bb2
1 $NetBSD$
3 --- src/goom_core.c.orig        2005-02-07 08:46:41.000000000 -0500
4 +++ src/goom_core.c
5 @@ -11,7 +11,10 @@
6  #include <stdio.h>
7  #include <stdlib.h>
8  #include <string.h>
10 +#if HAVE_INTTYPES_H
11  #include <inttypes.h>
12 +#endif
14  #include "goom.h"
15  #include "goom_tools.h"