X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=backend%2Fdvi%2Fmdvi-lib%2Fcommon.h;h=27a7d8f9bb8e2a2515c511aca12dbe90ff504039;hb=ab0edaffd2f1790ec8ac7ac17f90e0a8007b92cd;hp=c5a908eb098b5bf453fd52838deb71f77a4fc325;hpb=14def5e0c1c11cee1523e10c72df74f4cf5e451d;p=evince.git diff --git a/backend/dvi/mdvi-lib/common.h b/backend/dvi/mdvi-lib/common.h index c5a908eb..27a7d8f9 100644 --- a/backend/dvi/mdvi-lib/common.h +++ b/backend/dvi/mdvi-lib/common.h @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _MDVI_COMMON_H #define _MDVI_COMMON_H 1 @@ -39,7 +39,7 @@ # endif #endif -#ifdef HAVE_MEMCPY +#if defined(STDC_HEADERS) || defined(HAVE_MEMCPY) #define memzero(a,n) memset((a), 0, (n)) #else #define memzero(a,n) bzero((a), (n))