• M
    Fix undefined reference to 'close_used_without_including_unistd_h' · 457d4ad9
    Matthias Bolte 提交于
    Found while trying to cross-compile libvirt on Fedora 12 for Windows.
    gnulib redefines 'close' to 'close_used_without_including_unistd_h'
    in sys/socket.h if winsock2.h is present and unistd.h has not been
    included before sys/socket.h. Reorder some includes to fix this.
    457d4ad9
util.h 8.9 KB