freebsd-ports/audio/libmtp/files/patch-examples__trexist.c
Beech Rintoul 7e6cfe0841 - Add missing includes to fix on amd64
- Bump portrevision

PR:		ports/130520
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com>
Approved by:	Petar Zhivkov Petrov <pesho.petrov@gmail.com> (maintainer)
2009-01-16 21:48:53 +00:00

11 lines
276 B
C

--- ./examples/trexist.c.orig 2007-11-11 03:06:28.000000000 +0300
+++ ./examples/trexist.c 2009-01-14 01:12:55.000000000 +0300
@@ -20,6 +20,8 @@
* Boston, MA 02111-1307, USA.
*/
#include "common.h"
+#include <stdlib.h>
+#include <limits.h>
static void usage (void)
{