mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-11-02 04:24:20 +03:00
storage_backend.h: include required headers
* src/storage/storage_backend.h: Include <stdint.h>.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* storage_backend.h: internal storage driver backend contract
|
||||
*
|
||||
* Copyright (C) 2007-2008 Red Hat, Inc.
|
||||
* Copyright (C) 2007-2010 Red Hat, Inc.
|
||||
* Copyright (C) 2007-2008 Daniel P. Berrange
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
@@ -24,6 +24,7 @@
|
||||
#ifndef __VIR_STORAGE_BACKEND_H__
|
||||
#define __VIR_STORAGE_BACKEND_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "internal.h"
|
||||
#include "storage_conf.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user