Skip to content

Commit 0f128de

Browse files
committed
Fix missing include for free()
1 parent c893656 commit 0f128de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libarchfpga/echo_arch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <cstring>
2+
#include <cstdlib>
23

34
#include "echo_arch.h"
45
#include "arch_types.h"

0 commit comments

Comments
 (0)