diff options
Diffstat (limited to 'Source/cmMachO.cxx')
-rw-r--r-- | Source/cmMachO.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMachO.cxx b/Source/cmMachO.cxx index 6210da3..bb4d4a1 100644 --- a/Source/cmMachO.cxx +++ b/Source/cmMachO.cxx @@ -16,8 +16,8 @@ #include <cmsys/FStream.hxx> // Include the Mach-O format information system header. -#include <mach-o/loader.h> #include <mach-o/fat.h> +#include <mach-o/loader.h> /** |