fix core.h to be usable on its own

This commit is contained in:
rofl0r 2012-08-06 01:26:34 +02:00
parent 108610e30e
commit 923c4f1026

View File

@ -15,6 +15,10 @@
***************************************************************************/
#include <stdint.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#ifndef __CORE_HEADER
#define __CORE_HEADER