From 2899613b3b51c376cd5f6d938623bb7b1a5c395a Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 7 Feb 2011 17:40:30 +0100 Subject: [PATCH] Fix compilation for Unix. --- src/shared/symbianutils/codadevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/symbianutils/codadevice.h b/src/shared/symbianutils/codadevice.h index 7fa05b0a09f..22be8d1dc9d 100644 --- a/src/shared/symbianutils/codadevice.h +++ b/src/shared/symbianutils/codadevice.h @@ -35,7 +35,7 @@ #define CODAENGINE_H #include "symbianutils_global.h" -#include "Codamessage.h" +#include "codamessage.h" #include "callback.h" #include "json.h"