Added missing include file for def. of size_t.
FossilOrigin-Name: 3feb26372132039b312ba79a7c13e91274801f4dca4caa803bd8dd2115967d2a
This commit is contained in:
parent
318953ed5a
commit
e83eda8bb4
@ -1,6 +1,8 @@
|
||||
#ifndef __CW_FILE_H
|
||||
#define __CW_FILE_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
/**
|
||||
*@defgroup FileFunctions File Functions
|
||||
*@{
|
||||
|
Loading…
Reference in New Issue
Block a user