aboutsummaryrefslogtreecommitdiffstats
path: root/common/srv.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/srv.h')
-rw-r--r--common/srv.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/common/srv.h b/common/srv.h
index 55906eb00..e8ea6952c 100644
--- a/common/srv.h
+++ b/common/srv.h
@@ -23,13 +23,13 @@
#define GNUPG_COMMON_SRV_H
#ifdef USE_DNS_SRV
-#ifdef _WIN32
-#include <windows.h>
-#else
-#include <netinet/in.h>
-#include <arpa/nameser.h>
-#include <resolv.h>
-#endif /* !_WIN32 */
+# ifdef _WIN32
+# include <windows.h>
+# else
+# include <netinet/in.h>
+# include <arpa/nameser.h>
+# include <resolv.h>
+# endif /* !_WIN32 */
#endif /* USE_DNS_SRV */