diff options
Diffstat (limited to 'apps/cmp.c')
-rw-r--r-- | apps/cmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/cmp.c b/apps/cmp.c index dc2a1c3a6a..3fa7dd9361 100644 --- a/apps/cmp.c +++ b/apps/cmp.c @@ -10,6 +10,7 @@ */ /* This app is disabled when OPENSSL_NO_CMP is defined. */ +#include "internal/e_os.h" #include <string.h> #include <ctype.h> |