Skip to content

Commit

Permalink
Add missing errno.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Nov 1, 2022
1 parent a9302d0 commit 28ace51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/aml.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <unistd.h>
#include <sys/ioctl.h>
#include <codec.h>
#include <errno.h>

#define SYNC_OUTSIDE 0x02
#define UCODE_IP_ONLY_PARAM 0x08
Expand Down

0 comments on commit 28ace51

Please sign in to comment.