pkgsrc/audio/faac/patches/patch-frontend_main.c
adam 2b88e94ece 1.29.3:
- MP4 tag options improved
- fixed MP4 'meta' atom bug
- new option to set verbosity (-v0 to silence output)

1.29.2:
- new mp4 output code

1.29:
- various patches applied and bugs fixed
2017-07-23 16:01:14 +00:00

14 lines
294 B
C

$NetBSD: patch-frontend_main.c,v 1.1 2017/07/23 16:01:14 adam Exp $
Add missing include.
--- frontend/main.c.orig 2017-07-21 13:45:15.000000000 +0000
+++ frontend/main.c
@@ -31,6 +31,7 @@
#include <windows.h>
#include <fcntl.h>
#else
+#include <sys/param.h>
#include <signal.h>
#endif