Mailinglist Archive: zypp-commit (78 mails)
| < Previous | Next > |
[zypp-commit] <sat-solver> master : fix to compile
- From: Michael Andres <ma@xxxxxxx>
- Date: Tue, 26 May 2009 13:37:01 +0200
- Message-id: <E1M8uxt-0008UX-Ti@xxxxxxxxxxxxxxxx>
ref: refs/heads/master
commit 82600d3fa499429cd7cc9b7db4de0fa43e18e9d2
Author: Michael Andres <ma@xxxxxxx>
Date: Tue May 26 13:37:01 2009 +0200
fix to compile
---
src/bitmap.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/bitmap.h b/src/bitmap.h
index 45cef21..2373910 100644
--- a/src/bitmap.h
+++ b/src/bitmap.h
@@ -7,12 +7,14 @@
/*
* bitmap.h
- *
+ *
*/
#ifndef SATSOLVER_BITMAP_H
#define SATSOLVER_BITMAP_H
+#include <string.h>
+
typedef struct _Map {
unsigned char *map;
int size;
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
commit 82600d3fa499429cd7cc9b7db4de0fa43e18e9d2
Author: Michael Andres <ma@xxxxxxx>
Date: Tue May 26 13:37:01 2009 +0200
fix to compile
---
src/bitmap.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/bitmap.h b/src/bitmap.h
index 45cef21..2373910 100644
--- a/src/bitmap.h
+++ b/src/bitmap.h
@@ -7,12 +7,14 @@
/*
* bitmap.h
- *
+ *
*/
#ifndef SATSOLVER_BITMAP_H
#define SATSOLVER_BITMAP_H
+#include <string.h>
+
typedef struct _Map {
unsigned char *map;
int size;
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |