[libvirt] [PATCH] build: fix cppi warnings

* src/util/bitmap.h (includes): Placate cppi. --- Pushing as obvious, to keep 'make syntax-check' happy. src/util/bitmap.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/util/bitmap.h b/src/util/bitmap.h index be897ff..08515d1 100644 --- a/src/util/bitmap.h +++ b/src/util/bitmap.h @@ -23,10 +23,10 @@ #ifndef __BITMAP_H__ # define __BITMAP_H__ -#include "internal.h" +# include "internal.h" -#include <stdbool.h> -#include <sys/types.h> +# include <stdbool.h> +# include <sys/types.h> typedef struct _virBitmap virBitmap; -- 1.7.0.1

Eric Blake wrote:
* src/util/bitmap.h (includes): Placate cppi. ---
Pushing as obvious, to keep 'make syntax-check' happy.
src/util/bitmap.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
Thanks Eric. I didn't have cppi installed and missed this. Rectifying that now ... Regards, Jim
participants (2)
-
Eric Blake
-
Jim Fehlig