[pypy-commit] pypy stmgc-c7: Fix warning

arigo noreply at buildbot.pypy.org
Fri Feb 6 17:32:49 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7
Changeset: r75739:ec151f9ee5d7
Date: 2015-02-06 17:32 +0100
http://bitbucket.org/pypy/pypy/changeset/ec151f9ee5d7/

Log:	Fix warning

diff --git a/rpython/translator/stm/src_stm/extracode.h b/rpython/translator/stm/src_stm/extracode.h
--- a/rpython/translator/stm/src_stm/extracode.h
+++ b/rpython/translator/stm/src_stm/extracode.h
@@ -1,3 +1,5 @@
+#include <string.h>
+
 
 static void _stm_call_finalizer(object_t *obj)
 {


More information about the pypy-commit mailing list