diff options
Diffstat (limited to '')
-rw-r--r-- | tls_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tls_util.c b/tls_util.c index b276d2c..79efc53 100644 --- a/tls_util.c +++ b/tls_util.c @@ -19,10 +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" |