]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib/talloc: include replace.h in pytalloc.c
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 18:38:09 +0000 (19:38 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 18:38:09 +0000 (19:38 +0100)
This fixes the build on Tru64.

metze

lib/talloc/pytalloc.c

index 51d087b6d36188e9ad4561708e11a28462bfa671..30da9ee5c2b964d5a07f9d1ecb793de0adde4cb5 100644 (file)
@@ -17,6 +17,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include "replace.h"
 #include <talloc.h>
 #include <pytalloc.h>