osxcross/patches/cctools-ld64-2.patch

12 lines
312 B
Diff
Raw Normal View History

2013-11-10 14:49:24 +01:00
--- ld64/src/ld/Snapshot.cpp 2013-10-02 20:08:31.672088145 +0200
+++ ld64/src/ld/Snapshot.cpp 2013-10-02 20:08:42.330088934 +0200
@@ -15,7 +15,7 @@
#include <sys/stat.h>
#include <libgen.h>
#include <time.h>
-#include <Block.h>
+#include <BlocksRuntime/Block.h>
#include "Snapshot.h"
#include "Options.h"