Skip to content

Commit

Permalink
add errno to seq/query
Browse files Browse the repository at this point in the history
  • Loading branch information
pirx08 authored and takaswie committed Sep 2, 2023
1 parent 09d5ba1 commit 5f47420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/seq/query.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <errno.h>

/**
* alsaseq_get_seq_sysname:
Expand Down

0 comments on commit 5f47420

Please sign in to comment.