* consistency.vlad/layout/endian.c: Include string.h.
authorJakub Jelinek <jakub@redhat.com>
Mon, 5 Aug 2002 19:19:32 +0000 (21:19 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 5 Aug 2002 19:19:32 +0000 (21:19 +0200)
From-SVN: r56057

gcc/testsuite/ChangeLog
gcc/testsuite/consistency.vlad/layout/endian.c

index aefecde387479b928825df0027e63cd8642711f6..ea7dbc63a4a0397a55c2afc414d840445b572dae 100644 (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.
index 7bd1216b4da39408dd2cd1f203262d55ca773a13..e172a1aaf1bc9cbfbd707c7bbd27b2f551a17c7b 100644 (file)
@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <string.h>
 
 static int w[2];
 static char * bytes;