Skip to content

Commit

Permalink
Fix include typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Dec 27, 2022
1 parent 3a4ad8c commit 118f8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/memory_allocation_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <stddef.h>

#include <cmocka.h>
#include "test_alllocator.h"
#include "test_allocator.h"

#include "cbor.h"

Expand Down

0 comments on commit 118f8d3

Please sign in to comment.