1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

#include dom/node.h instead of dom/stack.h

This commit is contained in:
Jonas Fonseca 2006-01-19 04:50:10 +01:00 committed by Jonas Fonseca
parent 44074061fa
commit 126ae8c764

View File

@ -4,7 +4,7 @@
#include <stdlib.h>
#include "dom/stack.h"
#include "dom/node.h"
#include "dom/string.h"
/* The flags stored in the attribute sgml node info data */