Fix bustage by including stdlib.h.

git-svn-id: svn://10.0.0.236/trunk@94257 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2001-05-08 19:48:51 +00:00
parent ccbf2910eb
commit 02cbc2ffaf

View File

@@ -22,6 +22,7 @@
#include "gtkmozembed.h"
#include <gtk/gtk.h>
#include <string.h>
#include "stdlib.h"
// mozilla specific headers
#include "nsIDOMKeyEvent.h"