mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 01:43:23 +00:00
src/storage_backend_disk.c: Missing include file.
This commit is contained in:
parent
dd57b821e4
commit
4f1e6e7ef2
@ -1,3 +1,7 @@
|
|||||||
|
Wed Sep 17 15:26:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
|
||||||
|
|
||||||
|
* src/storage_backend_disk.c: Missing include file.
|
||||||
|
|
||||||
Wed Sep 17 15:18:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
|
Wed Sep 17 15:18:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
|
||||||
|
|
||||||
* src/qemu_driver.c: Remove some deadcode (Nguyen Anh Quynh).
|
* src/qemu_driver.c: Remove some deadcode (Nguyen Anh Quynh).
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "storage_backend_disk.h"
|
#include "storage_backend_disk.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user