Mailinglist Archive: zypp-commit (158 mails)
| < Previous | Next > |
[zypp-commit] <libzypp> SuSE-SLE-10-SP3-Branch : compile on new systems
- From: Duncan Mac-Vicar P <dmacvicar@xxxxxxx>
- Date: Wed, 15 Oct 2008 15:48:35 +0000
- Message-id: <E1LmRPE-0003Dh-JB@xxxxxxxxxxxxxxxx>
ref: refs/heads/SuSE-SLE-10-SP3-Branch
commit 618f29a71118dd27eab60ba2c69189a0c41bc9ba
Author: Duncan Mac-Vicar P <dmacvicar@xxxxxxx>
Date: Wed Oct 15 15:48:35 2008 +0000
compile on new systems
---
zypp/base/ExternalDataSource.cc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/zypp/base/ExternalDataSource.cc b/zypp/base/ExternalDataSource.cc
index cd0ccfd..4700eb4 100644
--- a/zypp/base/ExternalDataSource.cc
+++ b/zypp/base/ExternalDataSource.cc
@@ -20,7 +20,8 @@
#include <sys/wait.h>
#include <fcntl.h>
#include <iostream>
-
+#include <cstring>
+#include <cstdlib>
#include <string>
#include "zypp/base/Logger.h"
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
commit 618f29a71118dd27eab60ba2c69189a0c41bc9ba
Author: Duncan Mac-Vicar P <dmacvicar@xxxxxxx>
Date: Wed Oct 15 15:48:35 2008 +0000
compile on new systems
---
zypp/base/ExternalDataSource.cc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/zypp/base/ExternalDataSource.cc b/zypp/base/ExternalDataSource.cc
index cd0ccfd..4700eb4 100644
--- a/zypp/base/ExternalDataSource.cc
+++ b/zypp/base/ExternalDataSource.cc
@@ -20,7 +20,8 @@
#include <sys/wait.h>
#include <fcntl.h>
#include <iostream>
-
+#include <cstring>
+#include <cstdlib>
#include <string>
#include "zypp/base/Logger.h"
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |