From ded142ebff5b1163be4b05d36ad47f352cb84c54 Mon Sep 17 00:00:00 2001 From: theraven Date: Mon, 17 May 2010 21:40:07 +0000 Subject: [PATCH] Add empty sarray.h - for some reason GNUstep is trying to #include this file (no idea why, as nothing in GNUstep actually uses anything from it). Adding an empty version should prevent breakage for now. --- GNUmakefile | 1 + objc/sarray.h | 0 2 files changed, 1 insertion(+) create mode 100644 objc/sarray.h diff --git a/GNUmakefile b/GNUmakefile index bc3156a..ec54017 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -55,6 +55,7 @@ libobjc_HEADER_FILES = \ objc.h\ runtime-legacy.h\ runtime.h\ + sarray.h\ slot.h\ thr.h\ typedstream.h diff --git a/objc/sarray.h b/objc/sarray.h new file mode 100644 index 0000000..e69de29