summaryrefslogtreecommitdiff
path: root/lib/tevent/pytevent.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-30 19:39:34 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-30 19:39:34 +0100
commit84ca20a6b5e63f4bd73e2e2586d88ccb2adca123 (patch)
treed9fd700e7510c120c798faca760d9489be366096 /lib/tevent/pytevent.c
parent3718cf294ad1f3e00178cb34b2c914c9aecf2016 (diff)
downloadsamba-84ca20a6b5e63f4bd73e2e2586d88ccb2adca123.tar.gz
samba-84ca20a6b5e63f4bd73e2e2586d88ccb2adca123.tar.bz2
samba-84ca20a6b5e63f4bd73e2e2586d88ccb2adca123.zip
lib/tevent: include replace.h in pytevent.c
This fixes the build on Tru64. metze
Diffstat (limited to 'lib/tevent/pytevent.c')
-rw-r--r--lib/tevent/pytevent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/pytevent.c b/lib/tevent/pytevent.c
index 5d10554531..5c34064004 100644
--- a/lib/tevent/pytevent.c
+++ b/lib/tevent/pytevent.c
@@ -16,6 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "replace.h"
#include <Python.h>
#ifndef Py_RETURN_NONE