1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-16 10:33:04 +08:00

fix core.h to be usable on its own

This commit is contained in:
rofl0r
2012-08-06 01:26:34 +02:00
Unverified
parent 108610e30e
commit 923c4f1026
+4
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