Revision c32d766a qemu-io.c

b/qemu-io.c
7 7
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
8 8
 * See the COPYING file in the top-level directory.
9 9
 */
10
#include <sys/time.h>
10 11
#include <sys/types.h>
11 12
#include <stdarg.h>
12 13
#include <stdio.h>
13 14
#include <getopt.h>
15
#include <libgen.h>
14 16

  
15 17
#include "qemu-common.h"
16 18
#include "block_int.h"

Also available in: Unified diff