summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-08-07 14:03:42 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-08-07 14:03:42 +0000
commit2c8dce49b12030ab232b518ede85bf295155ea09 (patch)
tree00b109155903b2a4ff0c85630e64b9a079ab01a6 /src
parent1216232ebf256f7db1de99dc31eade257d03dbd8 (diff)
Fixed OSX compilation problems with non-HFS filesystems (STR
#972) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4470 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Menu.cxx2
-rw-r--r--src/Fl_Preferences.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Menu.cxx b/src/Fl_Menu.cxx
index a17f42b65..9457e8f66 100644
--- a/src/Fl_Menu.cxx
+++ b/src/Fl_Menu.cxx
@@ -38,7 +38,7 @@
#include <stdio.h>
#ifdef __APPLE__
-# include <Carbon/Carbon.H>
+# include <Carbon/Carbon.h>
#endif
int Fl_Menu_Item::size() const {
diff --git a/src/Fl_Preferences.cxx b/src/Fl_Preferences.cxx
index dabaa09c0..26960be81 100644
--- a/src/Fl_Preferences.cxx
+++ b/src/Fl_Preferences.cxx
@@ -40,7 +40,7 @@
# include <direct.h>
# include <io.h>
#elif defined (__APPLE__)
-# include <Carbon/Carbon.H>
+# include <Carbon/Carbon.h>
# include <unistd.h>
#else
# include <unistd.h>