Skip to content

Commit

Permalink
Use proper lib include
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Łukasik committed Oct 20, 2024
1 parent f81d72d commit 97db7ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/impl/x86_64/libs/stdlib.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "defs.h"
#include "../../../intf/defs.h"
#include "stdlib.h"

void clear(pt::uintptr_t *ptr, const pt::size_t size) {
for (pt::size_t i = 0; i < size; i++) {
Expand Down

0 comments on commit 97db7ad

Please sign in to comment.