mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
To use free you should include stdlib.h rather than malloc.h according to man page of free() and various C reference websites.
This commit is contained in:
parent
8e2b0deb94
commit
0df2b3f0c5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
#define _CRT_SECURE_NO_DEPRECATE
|
||||
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "lua.h"
|
||||
#include "lauxlib.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue