Skip to content

Commit

Permalink
fix compile errors on arch linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp56300 committed Jul 14, 2024
1 parent 39bf733 commit bcc4ad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/portmidi/pm_linux/finddefault.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>

#include "portmidi.h"

#define STRING_MAX 256

int pm_find_default_device(char *pattern, int is_input);

/* skip over spaces, return first non-space */
void skip_spaces(FILE *inf)
{
Expand Down

0 comments on commit bcc4ad2

Please sign in to comment.