summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 446f8c05a..c28d96ad3 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -1,5 +1,5 @@
/**
- * $Id: netsurf.c,v 1.7 2003/03/04 11:59:35 bursa Exp $
+ * $Id: netsurf.c,v 1.8 2003/05/10 11:13:34 bursa Exp $
*/
#include "netsurf/desktop/netsurf.h"
@@ -30,6 +30,7 @@ void netsurf_init(int argc, char** argv)
gui_init(argc, argv);
fetch_init();
cache_init();
+ nspng_init();
}