mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
PR: ports/58889 Submitted by: Geoffrey Mainland <mainland@apeiron.net> (maintainer) Approved by: adamw (mentor)
11 lines
302 B
C++
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;
|