Index: /trunk/MagicSoft/Mars/mastro/MAstroCatalog.cc
===================================================================
--- /trunk/MagicSoft/Mars/mastro/MAstroCatalog.cc	(revision 3570)
+++ /trunk/MagicSoft/Mars/mastro/MAstroCatalog.cc	(revision 3571)
@@ -782,5 +782,5 @@
         TVector2 s(v->Phi(), v->Theta());
         if (Convert(rot, s)==kTRUE)
-            DrawStar(s.X(), TMath::Pi()/2-s.Y(), *v, kFALSE);
+            DrawStar(s.X(), -(TMath::Pi()/2-s.Y()), *v, kFALSE);
     }
 
Index: /trunk/MagicSoft/Mars/mmain/Makefile
===================================================================
--- /trunk/MagicSoft/Mars/mmain/Makefile	(revision 3570)
+++ /trunk/MagicSoft/Mars/mmain/Makefile	(revision 3571)
@@ -24,6 +24,7 @@
 INCLUDES = -I. -I../mbase -I../manalysis -I../mdatacheck -I../mraw        \
 	   -I../mgui -I../mgeom -I../mhbase -I../mhist -I../mmontecarlo   \
-           -I../mfileio -I../mimage -I../mhistmc -I../mgbase -I../mfbase \
-           -I../mdata -I../msignal -I../mcalib -I../mbadpixels
+           -I../mfileio -I../mimage -I../mhistmc -I../mgbase -I../mfbase  \
+           -I../mdata -I../msignal -I../mcalib -I../mbadpixels            \
+           -I../mpointing
 
 #------------------------------------------------------------------------------
