diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-30 19:39:34 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-30 19:39:34 +0100 |
commit | 84ca20a6b5e63f4bd73e2e2586d88ccb2adca123 (patch) | |
tree | d9fd700e7510c120c798faca760d9489be366096 /lib/tevent | |
parent | 3718cf294ad1f3e00178cb34b2c914c9aecf2016 (diff) | |
download | samba-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')
-rw-r--r-- | lib/tevent/pytevent.c | 1 |
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 |