/* * Fix a bug in glibc which prevents recent x11 snapshots from building: * http://bugzilla.ubuntu.com/show_bug.cgi?id=18157 * * Install this file as /usr/include/sys/kd.h */ #ifndef _SYS_KD_H #define _SYS_KD_H 1 /* Make sure the header is not loaded. */ #ifndef _LINUX_TYPES_H # define _LINUX_TYPES_H 1 # define __undef_LINUX_TYPES_H 1 #endif #include #ifdef __undef_LINUX_TYPES_H # undef _LINUX_TYPES_H # undef __undef_LINUX_TYPES_H #endif #endif /* sys/kd.h */