mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
build: fix cppi warnings
* src/util/bitmap.h (includes): Placate cppi.
This commit is contained in:
parent
482e08a98a
commit
0e1f4633d0
@ -23,10 +23,10 @@
|
|||||||
#ifndef __BITMAP_H__
|
#ifndef __BITMAP_H__
|
||||||
# define __BITMAP_H__
|
# define __BITMAP_H__
|
||||||
|
|
||||||
#include "internal.h"
|
# include "internal.h"
|
||||||
|
|
||||||
#include <stdbool.h>
|
# include <stdbool.h>
|
||||||
#include <sys/types.h>
|
# include <sys/types.h>
|
||||||
|
|
||||||
|
|
||||||
typedef struct _virBitmap virBitmap;
|
typedef struct _virBitmap virBitmap;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user