Fix build bustage - if you're going to call an external function INCLUDE THE F**KING HEADER that defines the prototype (i.e. prmem.h for PR_Free()).

This commit is contained in:
sdagley%netscape.com 1998-10-01 02:47:26 +00:00
Родитель f619aebd95
Коммит 25b2080e5a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -22,6 +22,7 @@
#include "layout.h"
#include "laylayer.h"
#include "layers.h"
#include "prmem.h"
/* for XP_GetString() */
#include "xpgetstr.h"