diff options
Diffstat (limited to 'apps/openssl/compat/apps_win.c')
-rw-r--r-- | apps/openssl/compat/apps_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/openssl/compat/apps_win.c b/apps/openssl/compat/apps_win.c index 37bfcc9..bc999f6 100644 --- a/apps/openssl/compat/apps_win.c +++ b/apps/openssl/compat/apps_win.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <io.h> | 10 | #include <io.h> |
11 | #include <fcntl.h> | 11 | #include <fcntl.h> |
12 | 12 | ||
13 | #include "apps.h" | 13 | #include <apps.h> |
14 | 14 | ||
15 | double | 15 | double |
16 | app_tminterval(int stop, int usertime) | 16 | app_tminterval(int stop, int usertime) |