summaryrefslogtreecommitdiff
path: root/net/samba4-devel/files/patch-source4-auth-credentials-pycredentials.h
blob: 866d3945e16547ccb680c01eb8d6f1f4783ba064 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./source4/auth/credentials/pycredentials.h.orig	2010-01-11 06:35:28.000000000 +0100
+++ ./source4/auth/credentials/pycredentials.h	2011-08-05 17:40:27.000000000 +0200
@@ -20,7 +20,7 @@
 #define _PYCREDENTIALS_H_
 
 #include "auth/credentials/credentials.h"
-#include "pytalloc.h"
+#include "lib/talloc/pytalloc.h"
 
 PyAPI_DATA(PyTypeObject) PyCredentials;
 #define PyCredentials_Check(py_obj) PyObject_TypeCheck(py_obj, &PyCredentials)