Browse Source

Fix location of memops.h

memops.h has been moved from the public jack headers residing in jack/
to include/.
tags/0.124.0
Adrian Knoth 14 years ago
parent
commit
560fdc5f56
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      alsa_in.c

+ 1
- 1
alsa_in.c View File

@@ -15,7 +15,7 @@

#include <jack/jack.h>
#include <jack/jslist.h>
#include <jack/memops.h>
#include "memops.h"

#include "alsa/asoundlib.h"



Loading…
Cancel
Save