mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
Do no install files outside PREFIX PR: ports/156615 (based on) Submitted by: bartoletti <coder@tuxfamily.org> Approved by: tabthorpe (mentor)
12 lines
295 B
C
12 lines
295 B
C
--- ntfsprogs/ntfsresize.2 2011-04-10 20:04:41.000000000 +0200
|
|
+++ ntfsprogs/ntfsresize.c 2011-04-24 08:34:35.000000000 +0200
|
|
@@ -48,6 +48,9 @@
|
|
#ifdef HAVE_ERRNO_H
|
|
#include <errno.h>
|
|
#endif
|
|
+#ifdef HAVE_LIMITS_H
|
|
+#include <limits.h>
|
|
+#endif
|
|
#ifdef HAVE_GETOPT_H
|
|
#include <getopt.h>
|
|
#endif
|