freebsd-ports/audio/libmtp/files/patch-examples__getfile.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
315 B
C

--- ./examples/getfile.c.orig 2009-01-14 01:15:17.000000000 +0300
+++ ./examples/getfile.c 2009-01-14 01:16:03.000000000 +0300
@@ -22,6 +22,8 @@
*/
#include "common.h"
#include "pathutils.h"
+#include <stdlib.h>
+#include <limits.h>
void getfile_function(char *,char *);
void getfile_command(int, char **);