Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Fixed compiler includes
Browse files Browse the repository at this point in the history
  • Loading branch information
UnamSanctam committed Oct 9, 2021
1 parent 2943bce commit e9f2b32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified SilentXMRMiner/Resources/Compilers.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion SilentXMRMiner/Resources/Program.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <stdlib.h>
#include <windows.h>
#include <sys/types.h>
#include "syscalls.h"
#include "Includes/syscalls.h"

/* Created by Unam Sanctam, https://github.com/UnamSanctam */

Expand Down

0 comments on commit e9f2b32

Please sign in to comment.