Skip to content

Commit

Permalink
lone: fix linux header file
Browse files Browse the repository at this point in the history
The function prototypes use lone's types
so the types header must be included.
  • Loading branch information
matheusmoreira committed Nov 11, 2023
1 parent 3ae6a40 commit fafecb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/lone/linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include <linux/errno.h>
#include <linux/fcntl.h>

#include <lone/types.h>

long linux_system_call_0(long n);
long linux_system_call_1(long n, long _1);
long linux_system_call_2(long n, long _1, long _2);
Expand Down

0 comments on commit fafecb9

Please sign in to comment.