Skip to content

Commit

Permalink
oh windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Oct 20, 2023
1 parent ecc110a commit 8b603db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/windows/system_resource_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@

#include <aws/common/system_resource_util.h>

#include <psapi.h>
#include <windows.h>

#include <psapi.h>


int aws_resource_usage_for_current_process(struct aws_resource_usage *ru) {
AWS_PRECONDITION(resource_usage);

Expand Down

0 comments on commit 8b603db

Please sign in to comment.