freebsd-ports/audio/wavbreaker/files/patch-src_toc.c
Pietro Cerutti 6e64d57700 - Update to 0.10
- Add support for Pulseaudio soundserver via the OPTIONS framework
- Respect WITHOUT_NLS knob
- Take maintainship
2008-06-03 23:09:26 +00:00

10 lines
257 B
C

--- src/toc.c.orig 2008-06-04 00:20:25.000000000 +0200
+++ src/toc.c 2008-06-04 00:20:36.000000000 +0200
@@ -19,6 +19,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
#include "wavbreaker.h"
#include "sample.h"