[ekiga] Include cstring instead of string
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Include cstring instead of string
- Date: Tue, 2 Mar 2010 13:04:36 +0000 (UTC)
commit 497375d1c65f450dfe12cf76c45489af0b7d94d1
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Tue Mar 2 14:03:39 2010 +0100
Include cstring instead of string
Fixes bug #584310.
lib/engine/gui/gtk-core/codecsbox.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/gui/gtk-core/codecsbox.cpp b/lib/engine/gui/gtk-core/codecsbox.cpp
index ff87dde..a57db45 100644
--- a/lib/engine/gui/gtk-core/codecsbox.cpp
+++ b/lib/engine/gui/gtk-core/codecsbox.cpp
@@ -41,7 +41,7 @@
#include "gmconf.h"
#include "codec-description.h"
#include <cstdlib>
-#include <string>
+#include <cstring>
#include <sstream>
/* Columns for the codecs page */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]