Index: kernel/arch/ia64/include/arch/context_struct.h
===================================================================
--- kernel/arch/ia64/include/arch/context_struct.h	(revision 10d65d70906a865fb116576edc88e47ab61a5fb4)
+++ kernel/arch/ia64/include/arch/context_struct.h	(revision 3f7fe9e91d327467121a08ebb9f0aca902ff737a)
@@ -78,4 +78,5 @@
 
 #include <typedefs.h>
+#include <_bits/int128_t.h>
 
 // Only save registers that must be preserved across function calls.
Index: kernel/arch/ia64/include/arch/fpu_context.h
===================================================================
--- kernel/arch/ia64/include/arch/fpu_context.h	(revision 10d65d70906a865fb116576edc88e47ab61a5fb4)
+++ kernel/arch/ia64/include/arch/fpu_context.h	(revision 3f7fe9e91d327467121a08ebb9f0aca902ff737a)
@@ -38,5 +38,5 @@
 #define FPU_CONTEXT_ALIGN 16
 
-#include <stdint.h>
+#include <_bits/int128_t.h>
 
 #define FRS 96
Index: kernel/arch/ia64/include/arch/istate_struct.h
===================================================================
--- kernel/arch/ia64/include/arch/istate_struct.h	(revision 10d65d70906a865fb116576edc88e47ab61a5fb4)
+++ kernel/arch/ia64/include/arch/istate_struct.h	(revision 3f7fe9e91d327467121a08ebb9f0aca902ff737a)
@@ -87,4 +87,5 @@
 
 #include <stdint.h>
+#include <_bits/int128_t.h>
 
 #ifdef KERNEL
Index: kernel/arch/ia64/include/arch/register.h
===================================================================
--- kernel/arch/ia64/include/arch/register.h	(revision 10d65d70906a865fb116576edc88e47ab61a5fb4)
+++ kernel/arch/ia64/include/arch/register.h	(revision 3f7fe9e91d327467121a08ebb9f0aca902ff737a)
@@ -165,4 +165,6 @@
 #ifndef __ASSEMBLER__
 
+#include <stdint.h>
+
 /** Processor Status Register. */
 typedef union {
Index: kernel/generic/include/stdint.h
===================================================================
--- kernel/generic/include/stdint.h	(revision 10d65d70906a865fb116576edc88e47ab61a5fb4)
+++ 	(revision )
@@ -1,43 +1,0 @@
-/*
- * Copyright (c) 2006 Josef Cejka
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * - Redistributions of source code must retain the above copyright
- *   notice, this list of conditions and the following disclaimer.
- * - Redistributions in binary form must reproduce the above copyright
- *   notice, this list of conditions and the following disclaimer in the
- *   documentation and/or other materials provided with the distribution.
- * - The name of the author may not be used to endorse or promote products
- *   derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-/** @addtogroup generic
- * @{
- */
-/** @file
- */
-
-#ifndef KERN_STDINT_H_
-#define KERN_STDINT_H_
-
-#include <_bits/stdint.h>
-
-#endif
-
-/** @}
- */
