Eliminate compiler warning

free() requires stdlib.h
This commit is contained in:
Berke Viktor 2013-04-28 04:19:31 +02:00
parent a3ba8d575e
commit 92dca50dfc
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include "sexy-spell-entry.h"
#include <string.h>
#include <fcntl.h>
#include <stdlib.h>
#include <glib/gi18n.h>
#include <sys/types.h>
#include <sys/stat.h>