Skip to content

Commit

Permalink
tls: remove core stats.h #include, add necessary system #include for …
Browse files Browse the repository at this point in the history
…open(..)
  • Loading branch information
henningw committed Aug 25, 2019
1 parent b38fe1b commit 74dd23a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/tls/tls_config.c
Expand Up @@ -36,10 +36,11 @@
#include "../../core/trim.h"
#include "../../core/ut.h"
#include "../../core/cfg/cfg.h"
#include "../../core/stats.h"

#include <dirent.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

static tls_domains_cfg_t* _ksr_tls_cfg = NULL;
static tls_domain_t* _ksr_tls_domain = NULL;
Expand Down

0 comments on commit 74dd23a

Please sign in to comment.