From 336c0d55773e884b75ffeb93aab8b5c837f49a80 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 29 Aug 2011 14:39:42 +1000 Subject: [PATCH] Use new endian headers for hton test --- test/hton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hton.cpp b/test/hton.cpp index 4bbe6183..aa87bde3 100644 --- a/test/hton.cpp +++ b/test/hton.cpp @@ -1,5 +1,5 @@ -#include "../types.hpp" +#include "../endian.hpp" #include "../debug.hpp"