From: Heikki Levanto Date: Wed, 28 Jan 2004 10:44:52 +0000 (+0000) Subject: Added an #include to get memcpy properly defined X-Git-Tag: ZEBRA.1.3.16~135 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=39290b5192ee6163b3f964e320809b675011f2b7 Added an #include to get memcpy properly defined --- diff --git a/rset/rsisamb.c b/rset/rsisamb.c index 2f87328..ed009dd 100644 --- a/rset/rsisamb.c +++ b/rset/rsisamb.c @@ -1,4 +1,4 @@ -/* $Id: rsisamb.c,v 1.3 2004-01-16 15:27:35 heikki Exp $ +/* $Id: rsisamb.c,v 1.4 2004-01-28 10:44:52 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -27,6 +27,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include #include +#include static void *r_create(RSET ct, const struct rset_control *sel, void *parms); static RSFD r_open (RSET ct, int flag);