From: Jack Lange Date: Fri, 24 Jul 2009 20:02:34 +0000 (-0500) Subject: fixed build error due to xed requiring stddef.h X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=9a1763f7a1449e93d26676b0aaa967a16583e776 fixed build error due to xed requiring stddef.h --- diff --git a/palacios/include/xed/v3-xed-compat.h b/palacios/include/xed/v3-xed-compat.h index 9a882da..a7ee096 100644 --- a/palacios/include/xed/v3-xed-compat.h +++ b/palacios/include/xed/v3-xed-compat.h @@ -1,8 +1,8 @@ #ifndef __V3_XED_COMPAT_H__ #define __V3_XED_COMPAT_H__ -#include +#include /* Definition of the control structure for streams */