diff options
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/NXConstStr.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/NXConstStr.m b/gcc/objc/NXConstStr.m index 0577bdf..efb4147 100644 --- a/gcc/objc/NXConstStr.m +++ b/gcc/objc/NXConstStr.m @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "objc/NXConstantString.h" +#include "objc/NXConstStr.h" @implementation NXConstantString |