Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
crypto: fix includes for non-opt config
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Jun 1, 2023
1 parent 57ef00d commit df4ab8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/crypto/testmod_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <elektra/core/keyset.h>
#include <elektra/ease/meta.h>
#include <elektra/plugin/plugin.h>
#include <elektra/type/types.h>

#include <internal/config.h>
#include <internal/plugin/struct.h>
Expand Down
1 change: 1 addition & 0 deletions src/plugins/fcrypt/testmod_fcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <elektra/core/keyset.h>
#include <elektra/ease/meta.h>
#include <elektra/plugin/plugin.h>
#include <elektra/type/types.h>
#include <internal/config.h>
#include <internal/pluginload/module.h>
#include <internal/utility/logger.h>
Expand Down
1 change: 1 addition & 0 deletions src/plugins/gpgme/testmod_gpgme.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <elektra/core/keyset.h>
#include <elektra/ease/meta.h>
#include <elektra/plugin/plugin.h>
#include <elektra/type/types.h>
#include <gpgme.h>
#include <internal/config.h>
#include <internal/pluginload/module.h>
Expand Down

0 comments on commit df4ab8d

Please sign in to comment.