storage_backend.h: include required headers

* src/storage/storage_backend.h: Include <stdint.h>.
This commit is contained in:
Jim Meyering 2010-01-15 10:38:36 +01:00
parent 61defb6bcc
commit d6c99337a9

View File

@ -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"