diff options
Diffstat (limited to 'rdoff/rdx.c')
-rw-r--r-- | rdoff/rdx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rdoff/rdx.c b/rdoff/rdx.c index 82210a6..26be0c4 100644 --- a/rdoff/rdx.c +++ b/rdoff/rdx.c @@ -12,6 +12,8 @@ files. You can use these files in your own program to load RDOFF objects and execute the code in them in a similar way to what is shown here. */ +#include "compiler.h" + #include <stdio.h> #include <stdlib.h> |