Skip to content

Commit

Permalink
fix build and include guard.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Oct 11, 2023
1 parent 70d38a6 commit cab0f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/aws/common/private/system_info_priv.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef AWS_COMMON_SYSTEM_INFO_PRIV_H
#define AWS_COMMON_SYSTEM_INFO_PRIV_H
#ifndef AWS_COMMON_PRIVATE_SYSTEM_INFO_PRIV_H
#define AWS_COMMON_PRIVATE_SYSTEM_INFO_PRIV_H
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
Expand Down Expand Up @@ -33,4 +33,4 @@ int aws_system_environment_load_platform_impl(struct aws_system_environment *env
*/
void aws_system_environment_destroy_platform_impl(struct aws_system_environment *env);

#endif /* AWS_COMMON_SYSTEM_INFO_PRIV_H */
#endif // AWS_COMMON_PRIVATE_SYSTEM_INFO_PRIV_H
1 change: 1 addition & 0 deletions include/aws/common/system_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

#include <aws/common/common.h>
#include <aws/common/byte_buf.h>

AWS_PUSH_SANE_WARNING_LEVEL

Expand Down

0 comments on commit cab0f56

Please sign in to comment.