Revision c4cd07ef block-nbd.c

b/block-nbd.c
31 31

  
32 32
#include <sys/types.h>
33 33
#include <unistd.h>
34
#include <sys/socket.h>
35
#include <sys/un.h>
36
#include <netinet/in.h>
37
#include <arpa/inet.h>
38
#include <pthread.h>
39 34

  
40 35
typedef struct BDRVNBDState {
41 36
    int sock;

Also available in: Unified diff