forked from Lainports/freebsd-ports
- Bump portrevision PR: ports/130520 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Petar Zhivkov Petrov <pesho.petrov@gmail.com> (maintainer)
11 lines
293 B
C
11 lines
293 B
C
--- ./examples/thumb.c.orig 2007-11-11 03:06:28.000000000 +0300
|
|
+++ ./examples/thumb.c 2009-01-14 01:12:55.000000000 +0300
|
|
@@ -22,6 +22,8 @@
|
|
*/
|
|
#include "common.h"
|
|
#include "string.h"
|
|
+#include <stdlib.h>
|
|
+#include <limits.h>
|
|
#include <sys/stat.h>
|
|
#include <fcntl.h>
|
|
#include <errno.h>
|