mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
a20a49efe5
small clean-up PR: 160599 Approved by: Naram Qashat (maintainer)
11 lines
289 B
C
11 lines
289 B
C
--- ../src/FilePath.h.orig 2011-07-31 22:49:30.000000000 -0400
|
|
+++ ../src/FilePath.h 2011-09-06 21:43:03.000000000 -0400
|
|
@@ -13,6 +13,7 @@
|
|
extern const GUI::gui_char fileWrite[];
|
|
|
|
#if defined(__unix__)
|
|
+#include <cstdio>
|
|
#include <limits.h>
|
|
#ifdef PATH_MAX
|
|
#define MAX_PATH PATH_MAX
|