Displaying 2 results from an estimated 2 matches for "3a19306".
2015 Sep 29
0
[PATCH 2/4] lib: Move <libintl.h> -> files that use it.
...--- a/src/libvirt-auth.c
+++ b/src/libvirt-auth.c
@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
+#include <libintl.h>
#ifdef HAVE_LIBVIRT
#include <libvirt/libvirt.h>
diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c
index 3a19306..c1d6c4c 100644
--- a/src/libvirt-domain.c
+++ b/src/libvirt-domain.c
@@ -23,6 +23,7 @@
#include <stdbool.h>
#include <assert.h>
#include <string.h>
+#include <libintl.h>
#ifdef HAVE_LIBVIRT
#include <libvirt/libvirt.h>
diff --git a/src/osinfo.c b/src/osinfo.c
i...
2015 Sep 29
8
[PATCH 1/4] lib: actions: Remove some unused header files.
---
generator/c.ml | 2 --
1 file changed, 2 deletions(-)
diff --git a/generator/c.ml b/generator/c.ml
index 055b683..963cf21 100644
--- a/generator/c.ml
+++ b/generator/c.ml
@@ -1213,9 +1213,7 @@ and generate_client_actions hash () =
#include <stdlib.h>
#include <stdint.h>
#include <inttypes.h>
-#include <sys/types.h>
#include <sys/stat.h>
-#include