Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 375394d35c1b79f29f45d521004b0ccf > files > 1

cmmusic-1.5-2mdv2010.0.src.rpm

--- CurseUI/CurseUI.cpp.gcc	2009-03-23 06:28:18.000000000 +0100
+++ CurseUI/CurseUI.cpp	2009-03-23 06:28:44.000000000 +0100
@@ -1,4 +1,6 @@
 #include "CurseUI.h"
+#include <cstring>
+#include <cstdlib>
 
 CCurseUI::CCurseUI()
 {
--- CurseUI/InputDlg.cpp.gcc	2009-03-23 06:29:00.000000000 +0100
+++ CurseUI/InputDlg.cpp	2009-03-23 06:29:11.000000000 +0100
@@ -1,4 +1,5 @@
 #include "InputDlg.h"
+#include <cstring>
 
 CInputDlg::CInputDlg()
 {
--- CurseUI/ListDlg.cpp.gcc	2009-03-23 06:29:24.000000000 +0100
+++ CurseUI/ListDlg.cpp	2009-03-23 06:30:10.000000000 +0100
@@ -1,4 +1,6 @@
 #include "ListDlg.h"
+#include <cstring>
+#include <cstdlib>
 
 CListDlg::CListDlg()
 {
--- CurseUI/main.cpp.gcc	2009-03-23 06:27:46.000000000 +0100
+++ CurseUI/main.cpp	2009-03-23 06:28:07.000000000 +0100
@@ -1,6 +1,7 @@
 #include "InputDlg.h"
 #include "ListDlg.h"
 #include <map>
+#include <cstring>
 int main(int argc, char *argv[])
 {
 //	CListDlg dlg;