Added program description (dsc) support and broke out program dependancies from the program-handler
diff --git a/contiki/apps/netconf.c b/contiki/apps/netconf.c
index d4c67aa..88d58d1 100644
--- a/contiki/apps/netconf.c
+++ b/contiki/apps/netconf.c
@@ -32,7 +32,7 @@
  *
  * This file is part of the Contiki desktop environment
  *
- * $Id: netconf.c,v 1.5 2003/04/16 18:27:33 adamdunkels Exp $
+ * $Id: netconf.c,v 1.6 2003/04/17 19:00:00 adamdunkels Exp $
  *
  */
 
@@ -40,6 +40,7 @@
 #include "uip.h"
 #include "uip_arp.h"
 #include "ctk.h"
+#include "ctk-draw.h"
 #include "dispatcher.h"
 
 #include "loader.h"