Skip to content

Instantly share code, notes, and snippets.

@tito
Created March 6, 2010 21:41
Show Gist options
  • Save tito/323961 to your computer and use it in GitHub Desktop.
Save tito/323961 to your computer and use it in GitHub Desktop.
#ifdef WIN32
#include <winsock2.h>
#include <windows.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/queue.h>
#ifndef WIN32
#include <sys/socket.h>
#include <signal.h>
#include <unistd.h>
#include <netdb.h>
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment