diff options
Diffstat (limited to 'fs/ntfs/sysctl.h')
-rw-r--r-- | fs/ntfs/sysctl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ntfs/sysctl.h b/fs/ntfs/sysctl.h index 082e34aba..e2a02086b 100644 --- a/fs/ntfs/sysctl.h +++ b/fs/ntfs/sysctl.h @@ -7,6 +7,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef DEBUG extern int ntdebug; |