diff options
Diffstat (limited to 'Xenogears/Decrypt.cpp')
-rw-r--r-- | Xenogears/Decrypt.cpp | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Xenogears/Decrypt.cpp b/Xenogears/Decrypt.cpp index 5f606a7..8bee7c3 100644 --- a/Xenogears/Decrypt.cpp +++ b/Xenogears/Decrypt.cpp @@ -1,5 +1,10 @@ -#include<stdio.h> -#include<string.h> +#include <stdio.h> +#include <string.h> +#include <stdlib.h> +#include <unistd.h> +#include "generic.h" +#include "Input.h" +#include "Output.h" #include "Main.h" CODE_BEGINS |