1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +03:00

lib/talloc: include replace.h in pytalloc.c

This fixes the build on Tru64.

metze
This commit is contained in:
Stefan Metzmacher 2009-01-30 19:38:09 +01:00
parent 55f663a04b
commit 2f8a398296

View File

@ -17,6 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "replace.h"
#include <talloc.h> #include <talloc.h>
#include <pytalloc.h> #include <pytalloc.h>