aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/string.c
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-10 16:07:13 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-10 16:07:13 +0000
commitf4ea37b2075a4f78d2c6c90e5496efbc1f5f390e (patch)
treec84faf8d6609f48557723e2e1ae2f3e31cfccb17 /xen/common/string.c
parentc2bce65074a16314a2de074cafd09d7dd1f414d9 (diff)
downloadxen-f4ea37b2075a4f78d2c6c90e5496efbc1f5f390e.tar.gz
xen-f4ea37b2075a4f78d2c6c90e5496efbc1f5f390e.tar.bz2
xen-f4ea37b2075a4f78d2c6c90e5496efbc1f5f390e.zip
bitkeeper revision 1.775 (404f3d312IPf2eSF1VGO0WBwqhqeaA)
trace.h: new file Many files: Fix compile errors in Xen headers.
Diffstat (limited to 'xen/common/string.c')
-rw-r--r--xen/common/string.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xen/common/string.c b/xen/common/string.c
index 2a8bb66815..a8f5596a0f 100644
--- a/xen/common/string.c
+++ b/xen/common/string.c
@@ -15,9 +15,9 @@
* reentrant and should be faster). Use only strsep() in new code, please.
*/
-#include <linux/types.h>
-#include <linux/string.h>
-#include <linux/ctype.h>
+#include <xeno/types.h>
+#include <xeno/string.h>
+#include <xeno/ctype.h>
#ifndef __HAVE_ARCH_STRNICMP
/**