diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h
index cd7be66feb3004c808e2da01eb159f3df1e4c226..27499de12a949d28a2738d57018624a79c2ba5be 100644
--- a/FL/fl_utf8.h
+++ b/FL/fl_utf8.h
@@ -38,8 +38,8 @@
 #ifndef _HAVE_FL_UTF8_HDR_
 #define _HAVE_FL_UTF8_HDR_
 
-#include "FL/Fl_Export.H"
-#include "FL/fl_types.h"
+#include "Fl_Export.H"
+#include "fl_types.h"
 
 #include <stdio.h>
 #include <string.h>
diff --git a/src/Fl_Quartz_Printer.mm b/src/Fl_Quartz_Printer.mm
index dfc3b34dd36c6b8f539a0949f7f531051118c533..874686d3a97eaf34ef872bf0efabc387c06a70af 100644
--- a/src/Fl_Quartz_Printer.mm
+++ b/src/Fl_Quartz_Printer.mm
@@ -49,7 +49,7 @@ int Fl_Printer::start_job (int pagecount, int *frompage, int *topage)
 //printing using a Quartz graphics context
 //returns 0 iff OK
 {
-  OSStatus status;
+  OSStatus status = 0;
   Fl_X::q_release_context();
 #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5
   if( [NSPrintPanel instancesRespondToSelector:@selector(runModalWithPrintInfo:)] &&