From 1493070b8e5834ed9581467b1d29c1d9d7109d8e Mon Sep 17 00:00:00 2001 From: yura Date: Thu, 3 Aug 2006 02:49:00 +0000 Subject: [PATCH] Fix include order. Thanks, Yuval! --- include/ntfs/support.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/include/ntfs/support.h b/include/ntfs/support.h index 46786d08..7b9aa351 100644 --- a/include/ntfs/support.h +++ b/include/ntfs/support.h @@ -24,10 +24,6 @@ #ifndef _NTFS_SUPPORT_H #define _NTFS_SUPPORT_H -#include - -#include "logging.h" - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -36,6 +32,12 @@ #include #endif +#ifdef HAVE_STDLIB_H +#include +#endif + +#include "logging.h" + /* * Our mailing list. Use this define to prevent typos in email address. */