diff options
Diffstat (limited to 'gdb/common/environ.c')
-rw-r--r-- | gdb/common/environ.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/common/environ.c b/gdb/common/environ.c index 0c4106cbf6e..a05e5d7f3c8 100644 --- a/gdb/common/environ.c +++ b/gdb/common/environ.c @@ -15,8 +15,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common-defs.h" -#include "environ.h" +#include "common/common-defs.h" +#include "common/environ.h" + +/* Standard C++ includes. */ #include <algorithm> #include <utility> |