summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-10-31 18:10:41 -0400
committerMax <mparisi@stevens.edu>2020-10-31 18:10:41 -0400
commit19716fa67dc6c35ba300304733f2269dbed59bd2 (patch)
treeeec931fccd65aa4b2f9d416c942284707bccebee /src
parente5e4451cfcf8b03153fd11a620460f66b4840ba6 (diff)
add include to ptmf.c
Diffstat (limited to 'src')
-rw-r--r--src/Runtime/ptmf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Runtime/ptmf.c b/src/Runtime/ptmf.c
index c98cd63..6c8b6a8 100644
--- a/src/Runtime/ptmf.c
+++ b/src/Runtime/ptmf.c
@@ -1,4 +1,5 @@
#pragma internal on
+#include <Runtime/MWCPlusLib.h>
asm void __ptmf_scall(...)
{