X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/fdbb860d0642a19c29665fadab6b1a1d6229d946:/lib/types.h..05b75f8d50b83e943af3be4071449304d82dbdcd:/lib/common.h diff --git a/lib/types.h b/lib/common.h similarity index 92% rename from lib/types.h rename to lib/common.h index 6b3dc37..77a2cd9 100644 --- a/lib/types.h +++ b/lib/common.h @@ -17,9 +17,14 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA */ +/** @file lib/common.h + * @brief Common includes and definitions + */ + +#ifndef COMMON_H +#define COMMON_H -#ifndef TYPES_H -#define TYPES_H +#include #if HAVE_INTTYPES_H # include @@ -29,6 +34,9 @@ /* had better be before atol/atoll redefinition */ #include +#include +#include +#include #if HAVE_LONG_LONG typedef long long long_long; @@ -104,7 +112,7 @@ typedef unsigned char uint32_t; # endif #endif -#endif /* TYPES_H */ +#endif /* COMMENT_H */ /* Local Variables: