fix the freebsd segmenation fault error

This commit is contained in:
Sukchan Lee
2017-11-22 01:56:51 +09:00
parent 5bf84f3b62
commit 0fb47c499f
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
#define __CORE_NETWORK_H__
#include "core_errno.h"
#include "core_list.h"
#include "core_time.h"
#ifdef __cplusplus

View File

@@ -1,4 +1,4 @@
#define TRACE_MODULE _socket
#define TRACE_MODULE _sock
#include "core_debug.h"
#include "core_pkbuf.h"