X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Flibjit.h;h=e5464a6a12d399a16f52b96c831a730996d7942b;hp=78012a6082e6eb59c585892258319f5a883e9950;hb=762750b4a3f4e0471993849c4bd12965f6b62356;hpb=4a49fe2f8eb21cdeabb06acec7a0395b6708d911 diff --git a/src/libjit.h b/src/libjit.h index 78012a6..e5464a6 100644 --- a/src/libjit.h +++ b/src/libjit.h @@ -1,6 +1,8 @@ #ifndef _PSI_LIBJIT_H #define _PSI_LIBJIT_H +#include "context.h" + PSI_ContextOps *PSI_Libjit(void); #endif