From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO6sV-0007I3-KN for qemu-devel@nongnu.org; Wed, 18 Feb 2015 10:49:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO6sU-00045k-QZ for qemu-devel@nongnu.org; Wed, 18 Feb 2015 10:49:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO6sU-00045R-J9 for qemu-devel@nongnu.org; Wed, 18 Feb 2015 10:49:30 -0500 Date: Wed, 18 Feb 2015 16:49:24 +0100 From: "Michael S. Tsirkin" Message-ID: <1424274531-16493-4-git-send-email-mst@redhat.com> References: <1424274531-16493-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424274531-16493-1-git-send-email-mst@redhat.com> Subject: [Qemu-devel] [PATCH 3/4] standard-headers: include stdint.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Thomas Huth The importing script got it right already, I just forgot to re-run it. Reported-by: Thomas Huth Signed-off-by: Michael S. Tsirkin --- include/standard-headers/linux/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/standard-headers/linux/types.h b/include/standard-headers/linux/types.h index 7d42ac6..0526c2b 100644 --- a/include/standard-headers/linux/types.h +++ b/include/standard-headers/linux/types.h @@ -1,2 +1,2 @@ -#include +#include #include "qemu/compiler.h" -- MST