014dd11 util: netdevip: Include vircommand.h

Authored and Committed by Andrea Bolognani 7 years ago
    util: netdevip: Include vircommand.h
    
    Not including the header causes
    
      util/virnetdevip.c:520:5: error:
      unknown type name 'virCommandPtr'; did you mean 'virCondPtr'?
        virCommandPtr cmd = NULL;
        ^~~~~~~~~~~~~
    
    and plenty more similar failures when compiling on FreeBSD.
    
        
file modified
+1 -0