Skip to content

Commit

Permalink
fapi: remove includes from ifdef HAVE_CONFIG_H
Browse files Browse the repository at this point in the history
The standard-library includes should be inside the ifdef?
Fixes: tpm2-software#2660

Signed-off-by: Juergen Repp <juergen_repp@web.de>
  • Loading branch information
JuergenReppSIT committed Jul 15, 2023
1 parent dcec28b commit 29af91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tss2-fapi/ifapi_keystore.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

#ifdef HAVE_CONFIG_H
#include <config.h>
#include <dirent.h>
#include <ctype.h>
#endif

#include <dirent.h>
#include <ctype.h>
#include "ifapi_io.h"
#include "ifapi_helpers.h"
#include "ifapi_keystore.h"
Expand Down

0 comments on commit 29af91d

Please sign in to comment.