#ifndef WAIT_H
#define WAIT_H 1

#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <errno.h>


void wait(void);



#endif
