aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/ctype.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2011-05-16 13:32:37 +0100
committerJan Beulich <jbeulich@novell.com>2011-05-16 13:32:37 +0100
commitdafcd6b26a764a5e6c64a85573df6c00f171eaeb (patch)
tree30c445346870c409f7790f7a26a5496ef00e2f18 /xen/include/xen/ctype.h
parent3544dfc663481c4623fdafa8cc025372c54eeed3 (diff)
downloadxen-dafcd6b26a764a5e6c64a85573df6c00f171eaeb.tar.gz
xen-dafcd6b26a764a5e6c64a85573df6c00f171eaeb.tar.bz2
xen-dafcd6b26a764a5e6c64a85573df6c00f171eaeb.zip
x86-64: remove left over uses of .got entries
These were caused by some declarations happening before the compiler would have seen the visibility pragma. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/include/xen/ctype.h')
-rw-r--r--xen/include/xen/ctype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/xen/ctype.h b/xen/include/xen/ctype.h
index 6dec944a37..f6520e7194 100644
--- a/xen/include/xen/ctype.h
+++ b/xen/include/xen/ctype.h
@@ -1,6 +1,8 @@
#ifndef _LINUX_CTYPE_H
#define _LINUX_CTYPE_H
+#include <xen/config.h>
+
/*
* NOTE! This ctype does not handle EOF like the standard C
* library is required to.