summaryrefslogtreecommitdiff
path: root/gr-audio/lib/alsa/audio_alsa_source.h
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-02-11 15:16:56 -0500
committerTom Rondeau <trondeau@vt.edu>2013-02-11 15:16:56 -0500
commitd28b2f2bdd4a2961bb29076085a129299aeec157 (patch)
tree3d44681286bf35c04b2fdadefb8ea5fa7b773a75 /gr-audio/lib/alsa/audio_alsa_source.h
parentaf91dffb6f2c7acdd07f1ba40933accb3c535431 (diff)
audio: wip: moving audio to 3.7 style. Headers renamed and moved.
Diffstat (limited to 'gr-audio/lib/alsa/audio_alsa_source.h')
-rw-r--r--gr-audio/lib/alsa/audio_alsa_source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-audio/lib/alsa/audio_alsa_source.h b/gr-audio/lib/alsa/audio_alsa_source.h
index 320d49bd28..fd33fd89ad 100644
--- a/gr-audio/lib/alsa/audio_alsa_source.h
+++ b/gr-audio/lib/alsa/audio_alsa_source.h
@@ -1,6 +1,6 @@
/* -*- c++ -*- */
/*
- * Copyright 2004-2011 Free Software Foundation, Inc.
+ * Copyright 2004-2011,2013 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
@@ -27,7 +27,7 @@
#define ALSA_PCM_NEW_HW_PARAMS_API
#define ALSA_PCM_NEW_SW_PARAMS_API
-#include <gr_audio_source.h>
+#include <audio/source.h>
#include <string>
#include <alsa/asoundlib.h>
#include <stdexcept>