--- loncom/startup.pl	2011/12/28 21:49:41	1.40
+++ loncom/startup.pl	2013/10/01 14:05:16	1.41.2.2
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: startup.pl,v 1.40 2011/12/28 21:49:41 raeburn Exp $
+# $Id: startup.pl,v 1.41.2.2 2013/10/01 14:05:16 raeburn Exp $
 
 BEGIN {
     eval "use Apache2::compat();";
@@ -114,8 +114,8 @@ use Apache::lonupload();
 use Apache::lonuploadedacc();
 use Apache::lonwrapper();
 use Apache::admannotations();
-use Apache::lonwishlist(); 
-use Apache::lonwishlistdisplay(); 
+use Apache::lonwishlist();
+use Apache::lonwishlistdisplay();
 use Apache::style();
 use Apache::lontex();
 use Apache::matchresponse();
@@ -154,6 +154,8 @@ use Apache::lonconfigsettings();
 use Apache::courseprefs();
 use Apache::domainprefs();
 use Apache::lonblockingmenu();
+use Apache::lonshibauth();
+use Apache::lonshibacc();
 1;
 __END__