This commit is contained in:
skywind3000 2016-07-14 01:17:54 +08:00
parent bf4cc82998
commit eb4eae10d8

4
ikcp.h
View File

@ -9,8 +9,8 @@
// + Lightweight, distributed as a single source file.
//
//=====================================================================
#ifndef IKCP_H
#define IKCP_H
#ifndef __IKCP_H__
#define __IKCP_H__
#include <stddef.h>
#include <stdlib.h>