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