Skip to content

Commit

Permalink
Fix for the latest ps2sdk changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK committed Jun 25, 2023
1 parent baaf7c4 commit 560c6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include <ctype.h>
#include <errno.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
Expand Down
1 change: 1 addition & 0 deletions mecha.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdint.h>

int MechaInit();
void MechaDeinit();
Expand Down

0 comments on commit 560c6ba

Please sign in to comment.