Skip to content

Commit

Permalink
Merge pull request #11 from AFLplusplus/cpp_to_c
Browse files Browse the repository at this point in the history
Change to C
  • Loading branch information
tokatoka authored Jan 4, 2024
2 parents 019a226 + 950ab01 commit 2d16373
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/rust_backend/RustRuntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
#ifndef RUSTRUNTIME_H
#define RUSTRUNTIME_H

#include <cstdint>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>

typedef uintptr_t RSymExpr;

Expand Down

0 comments on commit 2d16373

Please sign in to comment.