diff options
Diffstat (limited to '')
-rw-r--r-- | tls_util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tls_util.c b/tls_util.c index b144fb1..7511792 100644 --- a/tls_util.c +++ b/tls_util.c @@ -19,9 +19,10 @@ #include <sys/stat.h> +#include <fcntl.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> -#include <fcntl.h> #include "tls.h" #include "tls_internal.h" |