Add <string.h> include for HP build.

This commit is contained in:
cls%seawood.org 2000-05-09 06:17:14 +00:00
Родитель 4afee67079
Коммит 1fec62484f
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1,5 +1,6 @@
#include "gtkmozembed.h"
#include <gtk/gtk.h>
#include <string.h>
typedef struct _TestGtkBrowser {
GtkWidget *topLevelWindow;