Fix for bug 2630 (Build on Linux - Incorrect slash in #include)
authorTom Cosgrove <tom.cosgrove@nokia.com>
Sun, 09 May 2010 23:01:41 +0100
changeset 25 42b870f99677
parent 18 6d3ef2aa5c43
child 30 8aab599e3476
Fix for bug 2630 (Build on Linux - Incorrect slash in #include) - Change backslash to forward slash in sf_sys.cpp
userlibandfileserver/fileserver/sfile/sf_sys.cpp
--- a/userlibandfileserver/fileserver/sfile/sf_sys.cpp	Wed Feb 24 15:45:41 2010 +0000
+++ b/userlibandfileserver/fileserver/sfile/sf_sys.cpp	Sun May 09 23:01:41 2010 +0100
@@ -18,7 +18,7 @@
 #include "sf_std.h"
 #include <e32uid.h>
 #include "sf_file_cache.h"
-#include <kernel\localise.h>
+#include <kernel/localise.h>
 #include <f32file.h>
 
 typedef CFileSystem*(*TFileSystemNew)();