From 56e43216df5856d3798f5edb3af10b37a779dd67 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 10 Mar 2009 14:28:24 +0000 Subject: [PATCH] include memops from the correct location, or at least a better location git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3422 0c269be4-1314-0410-8aa9-9f06e86f4224 --- tools/alsa_in.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/alsa_in.c b/tools/alsa_in.c index 58e59c5..6609b52 100644 --- a/tools/alsa_in.c +++ b/tools/alsa_in.c @@ -16,8 +16,7 @@ #include #include - -#include "memops.h" +#include #include "alsa/asoundlib.h"