lib/tevent: include replace.h in pytevent.c
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 18:39:34 +0000 (19:39 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 18:39:34 +0000 (19:39 +0100)
This fixes the build on Tru64.

metze

lib/tevent/pytevent.c

index 5d10554531ea3f9eba0d627fe1a9fb548c3ae258..5c34064004ff2ce023803974b09729c7b366065a 100644 (file)
@@ -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