free() requires stdlib.h, which is visible in FLTK 1.3

This commit is contained in:
Sanel Zukan 2013-10-28 23:47:11 +00:00
parent 095feb98e7
commit 97886f254a
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <FL/Fl.H>