Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 140d0aba877b7b59c783fac27330956d > files > 1

cmmusic-1.5-1mdv2009.1.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;