ports/net/samba4-devel/files/patch-source4-param-pyparam_util.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
403 B
C

--- ./source4/param/pyparam_util.c.orig 2010-01-11 07:35:28.000000000 +0200
+++ ./source4/param/pyparam_util.c 2012-01-12 19:37:26.501392786 +0200
@@ -21,7 +21,7 @@
#include "includes.h"
#include "param/param.h"
#include "param/loadparm.h"
-#include "pytalloc.h"
+#include "lib/talloc/pytalloc.h"
#define PyLoadparmContext_AsLoadparmContext(obj) py_talloc_get_type(obj, struct loadparm_context)