summaryrefslogtreecommitdiff
path: root/crypto/dllmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dllmain.c')
-rw-r--r--crypto/dllmain.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/dllmain.c b/crypto/dllmain.c
index 91904aad98..376a34165a 100644
--- a/crypto/dllmain.c
+++ b/crypto/dllmain.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2017 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -8,6 +8,7 @@
*/
#include "internal/cryptlib_int.h"
+#include "e_os.h"
#if defined(_WIN32) || defined(__CYGWIN__)
# ifdef __CYGWIN__