]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
storage_backend.h: include required headers
authorJim Meyering <meyering@redhat.com>
Fri, 15 Jan 2010 09:38:36 +0000 (10:38 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 18 Jan 2010 08:50:08 +0000 (09:50 +0100)
* src/storage/storage_backend.h: Include <stdint.h>.

src/storage/storage_backend.h

index 88c6161371b66d34e9f036cf9bf07295e091c683..1c38eeb7731218292392c397363c79b7d2c23f4f 100644 (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"