1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Fix build with gcc 3.3.1

Approved by:	ache (MAINTAINER)
This commit is contained in:
Max Khon 2003-08-12 15:10:37 +00:00
parent 73c10c084c
commit 56d020a446
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86819

View File

@ -0,0 +1,18 @@
--- rar.hpp.orig Tue Aug 12 04:38:00 2003
+++ rar.hpp Tue Aug 12 04:38:02 2003
@@ -16,6 +16,7 @@
#include "int64.hpp"
#include "unicode.hpp"
#include "errhnd.hpp"
+#include "global.hpp"
#include "array.hpp"
#include "timefn.hpp"
#include "headers.hpp"
@@ -71,7 +72,6 @@
#include "smallfn.hpp"
#include "ulinks.hpp"
-#include "global.hpp"
#endif