freebsd-ports/editors/scite/files/patch-src__FilePath.h
Brendan Fabeny a20a49efe5 Fix linking and builds with recent versions of gcc;
small clean-up

PR:		160599
Approved by:	Naram Qashat (maintainer)
2011-09-13 11:32:32 +00:00

10 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