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 bc62c0de0..a9912061a 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -1,5 +1,5 @@
/**
- * $Id: netsurf.c,v 1.9 2003/06/01 23:02:56 monkeyson Exp $
+ * $Id: netsurf.c,v 1.10 2003/06/05 13:17:55 philpem Exp $
*/
#include "netsurf/desktop/options.h"
@@ -34,6 +34,7 @@ void netsurf_init(int argc, char** argv)
fetch_init();
cache_init();
nspng_init();
+ nsgif_init();
}