Added missing include file for def. of size_t.

FossilOrigin-Name: 3feb26372132039b312ba79a7c13e91274801f4dca4caa803bd8dd2115967d2a
This commit is contained in:
7u83@mail.ru 2015-10-18 08:44:10 +00:00
parent 318953ed5a
commit e83eda8bb4
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef __CW_FILE_H
#define __CW_FILE_H
#include <stdlib.h>
/**
*@defgroup FileFunctions File Functions
*@{