Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to compile a program, but I am missing half of the #include .h files. Where is good place to search, download them? I've tried searching, but I just find programs calling for the same header file I'm looking for. Thanks
Here is all the header files the program calls for, but I'm only missing about half of them...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <errno.h>
#include <unistd.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <limits.h>
#include <netdb.h>
#include <arpa/inet.h>
thanks for your help!
Here is all the header files the program calls for, but I'm only missing about half of them...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <errno.h>
#include <unistd.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <limits.h>
#include <netdb.h>
#include <arpa/inet.h>
thanks for your help!