diff options
Diffstat (limited to 'lib/libnt/tcpip.c')
-rw-r--r-- | lib/libnt/tcpip.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libnt/tcpip.c b/lib/libnt/tcpip.c index 70cb8dd4..c54e86c3 100644 --- a/lib/libnt/tcpip.c +++ b/lib/libnt/tcpip.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" |