src/core/endian_func.hpp
changeset 8135 2373c1e0e9bc
parent 8133 3ab8eaf85ca0
child 9111 48ce04029fe4
--- a/src/core/endian_func.hpp	Tue Dec 25 14:03:06 2007 +0000
+++ b/src/core/endian_func.hpp	Tue Dec 25 14:08:56 2007 +0000
@@ -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