2011-05-02 14:17:42 +00:00
|
|
|
Index: openscap-0.7.2/src/OVAL/oval_agent.c
|
|
|
|
===================================================================
|
|
|
|
--- openscap-0.7.2.orig/src/OVAL/oval_agent.c
|
|
|
|
+++ openscap-0.7.2/src/OVAL/oval_agent.c
|
|
|
|
@@ -33,7 +33,7 @@
|
|
|
|
|
|
|
|
#include <string.h>
|
|
|
|
#include <time.h>
|
|
|
|
-#include <assume.h>
|
|
|
|
+#include "common/assume.h"
|
|
|
|
|
|
|
|
#include "oval_definitions_impl.h"
|
|
|
|
#include "oval_agent_api_impl.h"
|
2011-05-02 14:58:45 +00:00
|
|
|
Index: openscap-0.7.2/src/OVAL/oval_stringMap.c
|
|
|
|
===================================================================
|
|
|
|
--- openscap-0.7.2.orig/src/OVAL/oval_stringMap.c
|
|
|
|
+++ openscap-0.7.2/src/OVAL/oval_stringMap.c
|
|
|
|
@@ -192,7 +192,7 @@ void oval_string_map_free_string(struct
|
|
|
|
}
|
|
|
|
#else
|
|
|
|
# include <rbt/rbt.h>
|
|
|
|
-# include <assume.h>
|
|
|
|
+# include <common/assume.h>
|
|
|
|
|
|
|
|
struct oval_string_map *oval_string_map_new(void)
|
|
|
|
{
|