[libvirt] [PATCH] build: fix cppi warnings

Eric Blake eblake at redhat.com
Fri May 21 22:07:28 UTC 2010


* 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




More information about the libvir-list mailing list