mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-11 16:05:56 -06: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>
|
||||
|
||||
* src/qemu_driver.c: Remove some deadcode (Nguyen Anh Quynh).
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "storage_backend_disk.h"
|
||||
|
Loading…
Reference in New Issue
Block a user