$ make && make install
C:/Program Files/Git/mingw64/bin/make all-am
make[1]: Entering directory 'C:/Users/eoverton/sshpass'
gcc -DHAVE_CONFIG_H -I. -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c:27:22: fatal error: sys/wait.h: No such file or directory
#include <sys/wait.h>
^
compilation terminated.
make[1]: *** [Makefile:334: main.o] Error 1
make[1]: Leaving directory 'C:/Users/eoverton/sshpass'
make: *** [Makefile:228: all] Error 2
Any ideas how to get this to work?
$ make && make install
C:/Program Files/Git/mingw64/bin/make all-am
make[1]: Entering directory 'C:/Users/eoverton/sshpass'
gcc -DHAVE_CONFIG_H -I. -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c:27:22: fatal error: sys/wait.h: No such file or directory
#include <sys/wait.h>
^
compilation terminated.
make[1]: *** [Makefile:334: main.o] Error 1
make[1]: Leaving directory 'C:/Users/eoverton/sshpass'
make: *** [Makefile:228: all] Error 2
Any ideas how to get this to work?