Skip to content

Commit

Permalink
linux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vinissou committed Sep 29, 2024
1 parent 1a46b65 commit d9574e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions BUILD.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>

//this will become a compiler selector in the future
Expand Down
4 changes: 3 additions & 1 deletion src/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
*
* Creator: Vinícius Souza
* Site: https://github.com/vinissou
***********************************************************/
*
* TODO: make it multifile and recursive
***********************************************************/

#include "app.h"

Expand Down

0 comments on commit d9574e0

Please sign in to comment.