ports/editors/texmacs/files/patch-src_Guile_Scheme_object.hpp
Pav Lucistnik c6e34f10f4 - Unbreak fetch by updating to 1.0.2.5
PR:		ports/58889
Submitted by:	Geoffrey Mainland <mainland@apeiron.net> (maintainer)
Approved by:	adamw (mentor)
2003-11-20 09:46:18 +00:00

11 lines
302 B
C++

--- src/Guile/Scheme/object.hpp.orig Mon Nov 3 01:07:27 2003
+++ src/Guile/Scheme/object.hpp Mon Nov 3 01:06:19 2003
@@ -16,7 +16,7 @@
#include "path.hpp"
#include "command.hpp"
#include "url.hpp"
-#include <libguile.h>
+#include "libguile.h"
class object_rep: concrete_struct {
SCM handle;