Skip to content

Commit

Permalink
Include get_env.h in env.h
Browse files Browse the repository at this point in the history
It's too late to deprecate get_env.h in Foxy, but we can at least make
the new header compatible in Foxy.

Signed-off-by: Scott K Logan <logans@cottsay.net>
  • Loading branch information
cottsay committed May 14, 2020
1 parent f4e62f1 commit bd9993a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/rcutils/env.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ extern "C"
#include "rcutils/macros.h"
#include "rcutils/visibility_control.h"

// TODO(cottsay): Deprecate get_env.h and eventually merge it here
#include "rcutils/get_env.h"

/// Set or un-set a process-scoped environment variable.
/**
* This function modifies the environment variables for the current process.
Expand Down

0 comments on commit bd9993a

Please sign in to comment.