summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-12-24 21:08:38 +0000
committerUlrich Drepper <drepper@redhat.com>1997-12-24 21:08:38 +0000
commit384dc53f06799b700ac855fda0a3edf6ccebd234 (patch)
tree340f6473405701bd31978ce23cc20ee916625f27
parent7f5a317d8b5851f84c618051f7cdbcfc128bae1b (diff)
Don't redefine _LINUX_TYPES_H.
-rw-r--r--sysdeps/unix/sysv/linux/sys/kd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/kd.h b/sysdeps/unix/sysv/linux/sys/kd.h
index 0ff5220014..4b56bf7aa8 100644
--- a/sysdeps/unix/sysv/linux/sys/kd.h
+++ b/sysdeps/unix/sysv/linux/sys/kd.h
@@ -20,7 +20,9 @@
#define _SYS_KD_H 1
/* Make sure the <linux/types.h> header is not loaded. */
+#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H 1
+#endif
#include <linux/kd.h>