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

Commit

Permalink
Include secure-getenv.h
Browse files Browse the repository at this point in the history
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
  • Loading branch information
zyga committed Sep 19, 2016
1 parent 30f7ca1 commit ea39c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sc-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include "user-support.h"
#include "ns-support.h"
#include "quirks.h"
#include "secure-getenv.h"

int sc_main(int argc, char **argv)
{
Expand Down
1 change: 1 addition & 0 deletions src/seccomp-support.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <seccomp.h>

#include "utils.h"
#include "secure-getenv.h"

#define sc_map_add(X) sc_map_add_kvp(#X, X)

Expand Down

0 comments on commit ea39c29

Please sign in to comment.