Skip to content

Commit 923c4f1

Browse files
committed
fix core.h to be usable on its own
1 parent 108610e commit 923c4f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core.h

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
***************************************************************************/
1616

1717
#include <stdint.h>
18+
#include <netinet/in.h>
19+
#include <sys/types.h>
20+
#include <sys/socket.h>
21+
#include <netdb.h>
1822

1923
#ifndef __CORE_HEADER
2024
#define __CORE_HEADER

0 commit comments

Comments
 (0)