diff options
Diffstat (limited to 'lib/libnt/info.c')
-rw-r--r-- | lib/libnt/info.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libnt/info.c b/lib/libnt/info.c index a2fcfeb7..f0b333e1 100644 --- a/lib/libnt/info.c +++ b/lib/libnt/info.c @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #include <windows.h> #include "nt/ntos.h" |