X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/929f577e4845639606f0d0297f5b4fff51032051..92db088e5b292c1180a090ed369b9851e933e610:/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