diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-09-09 13:09:57 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-09-09 13:09:57 -0500 |
| commit | da5391edd18a1d75d4ca13f2dffe70e02f851110 (patch) | |
| tree | 31ff5cc31b10a4a48f854d8e06090c49f92a6720 /qemu-nbd.c | |
| parent | 5689dc6557cecfd4318dea5490ecac4967081aed (diff) | |
| parent | 5a61cb60d6ee8d49c553d7959363df26b55f4873 (diff) | |
| download | focaccia-qemu-da5391edd18a1d75d4ca13f2dffe70e02f851110.tar.gz focaccia-qemu-da5391edd18a1d75d4ca13f2dffe70e02f851110.zip | |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'qemu-nbd.c')
| -rw-r--r-- | qemu-nbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-nbd.c b/qemu-nbd.c index 0b25a4dd48..3a39145174 100644 --- a/qemu-nbd.c +++ b/qemu-nbd.c @@ -16,7 +16,7 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ -#include <qemu-common.h> +#include "qemu-common.h" #include "block_int.h" #include "nbd.h" |