提交 d6c99337 编写于 作者: J Jim Meyering

storage_backend.h: include required headers

* src/storage/storage_backend.h: Include <stdint.h>.
上级 61defb6b
/* /*
* storage_backend.h: internal storage driver backend contract * 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 * Copyright (C) 2007-2008 Daniel P. Berrange
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#ifndef __VIR_STORAGE_BACKEND_H__ #ifndef __VIR_STORAGE_BACKEND_H__
#define __VIR_STORAGE_BACKEND_H__ #define __VIR_STORAGE_BACKEND_H__
#include <stdint.h>
#include "internal.h" #include "internal.h"
#include "storage_conf.h" #include "storage_conf.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册