mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
PR: ports/163688 Submitted by: Takeharu KATO <takeharu1219@ybb.ne.jp> Approved by: maintainer timeout (timur; 15 days)
11 lines
298 B
C
11 lines
298 B
C
--- ./lib/talloc/pytalloc.c.orig 2010-01-11 07:35:28.000000000 +0200
|
|
+++ ./lib/talloc/pytalloc.c 2012-01-12 19:48:39.276126537 +0200
|
|
@@ -19,7 +19,7 @@
|
|
|
|
#include "replace.h"
|
|
#include <talloc.h>
|
|
-#include <pytalloc.h>
|
|
+#include "pytalloc.h"
|
|
|
|
/**
|
|
* Simple dealloc for talloc-wrapping PyObjects
|