Skip to content

Commit

Permalink
fixing linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
thradams committed Nov 30, 2024
1 parent 629eae6 commit 718c5cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions src/ownership.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ long strtol(
int _Radix
);

int snprintf(_Out char* const _Buffer,
size_t const _BufferCount,
char const* const _Format,
...);

typedef struct _iobuf FILE;
FILE* _Owner _Opt fopen(char const* _FileName, char const* _Mode);
int fclose(FILE* _Owner _Stream);
Expand Down
1 change: 1 addition & 0 deletions src/visit_il.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <string.h>
#include <stdio.h>
#include <assert.h>
#include <stdint.h>
#include "visit_il.h"
#include "expressions.h"

Expand Down

0 comments on commit 718c5cc

Please sign in to comment.