* consistency.vlad/layout/endian.c: Include string.h.

From-SVN: r56057
This commit is contained in:
Jakub Jelinek 2002-08-05 21:19:32 +02:00 committed by Jakub Jelinek
parent 84512347f7
commit 5133ad466a
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-08-05 Jakub Jelinek <jakub@redhat.com>
* consistency.vlad/layout/endian.c: Include string.h.
2002-08-04 Gabriel Dos Reis <gdr@nerim.net>
* g++.dg/other/conversion1.C: New test.

View File

@ -1,4 +1,5 @@
#include <stdio.h>
#include <string.h>
static int w[2];
static char * bytes;