Skip to content

Commit

Permalink
Add include directive of stdint.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsut committed May 22, 2022
1 parent 2eaf49f commit 3c4ffaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/device/peripheral/athrill_syscall_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#define ATHRILL_SYSCALL_DEVICE
#include "athrill_syscall.h"
#include <stdio.h>
#include <stdint.h>
#include <sys/fcntl.h>
#include <sys/types.h>
#ifdef OS_LINUX
Expand Down

0 comments on commit 3c4ffaf

Please sign in to comment.