mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
free() requires stdlib.h, which is visible in FLTK 1.3
This commit is contained in:
parent
095feb98e7
commit
97886f254a
@ -19,6 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <FL/Fl.H>
|
||||
|
Loading…
Reference in New Issue
Block a user