From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO7KK-0005ny-2o for qemu-devel@nongnu.org; Thu, 13 Mar 2014 11:13:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WO7KA-00058w-KV for qemu-devel@nongnu.org; Thu, 13 Mar 2014 11:13:43 -0400 From: Tom Musta Date: Thu, 13 Mar 2014 10:13:00 -0500 Message-Id: <1394723588-6072-5-git-send-email-tommusta@gmail.com> In-Reply-To: <1394723588-6072-1-git-send-email-tommusta@gmail.com> References: <1394723588-6072-1-git-send-email-tommusta@gmail.com> Subject: [Qemu-devel] [RFC 04/12] target-ppc: Change gstdint.h to stdint.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Tom Musta , qemu-ppc@nongnu.org This patch replaces the inclusion of gstdint.h to the standard stdint.h. Signed-off-by: Tom Musta --- include/libdecnumber/decContext.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/libdecnumber/decContext.h b/include/libdecnumber/decContext.h index 2e8f2e1..ffed769 100644 --- a/include/libdecnumber/decContext.h +++ b/include/libdecnumber/decContext.h @@ -51,7 +51,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define DECCFULLNAME "Decimal Context Descriptor" /* Verbose name */ #define DECCAUTHOR "Mike Cowlishaw" /* Who to blame */ - #include "gstdint.h" /* C99 standard integers */ + #include /* C99 standard integers */ #include /* for printf, etc. */ #include /* for traps */ -- 1.7.1