ports/net/samba4-devel/files/patch-lib-talloc-pytalloc.c
Pav Lucistnik b29136ef09 - Fix build and unbreak
PR:		ports/163688
Submitted by:	Takeharu KATO <takeharu1219@ybb.ne.jp>
Approved by:	maintainer timeout (timur; 15 days)
2012-01-13 11:51:51 +00:00

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