X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/2d0a6606ee8899dfe372bbdc760fd15c14f3fceb..3fe2333a1fa62389ad049a1c1ca43fee77a3fef0:/lib/byte-order.h diff --git a/lib/byte-order.h b/lib/byte-order.h index e80e51f..b89222f 100644 --- a/lib/byte-order.h +++ b/lib/byte-order.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2009 Richard Kettlewell + * Copyright (C) 2009, 2013 Richard Kettlewell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +22,9 @@ #ifndef BYTE_ORDER_H #define BYTE_ORDER_H -#include +#if HAVE_CONFIG_H +# include +#endif #define ENDIAN_BIG 1 #define ENDIAN_LITTLE 2