From 0bd93f5c3741fa040450e8cd941871b2a35934bc Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 25 Dec 2007 14:08:56 +0000 Subject: (svn r11697) -Fix [FS#1585]: strgen did not (always) compile properly. --- src/core/endian_func.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/endian_func.hpp b/src/core/endian_func.hpp index 1e639272c..4e2e948d5 100644 --- a/src/core/endian_func.hpp +++ b/src/core/endian_func.hpp @@ -17,7 +17,7 @@ #elif !defined(TESTING) /* Else include endian[target/host].h, which has the endian-type, autodetected by the Makefile */ #if defined(STRGEN) - #include "/endian_host.h" + #include "endian_host.h" #else #include "endian_target.h" #endif -- cgit v1.2.3-54-g00ecf