comparison libinterp/dldfcn/__recorder_audiorecorder__.cc @ 19535:1f551d169db2

Include config.h in audio project source files * libinterp/dldfcn/__player_audioplayer__.cc, libinterp/dldfcn/__recorder_audiorecorder__.cc, libinterp/dldfcn/audiodevinfo.cc, libinterp/dldfcn/audioinfo.cc, libinterp/dldfcn/audioread.cc, libinterp/dldfcn/audiowrite.cc, libinterp/dldfcn/player_class.cc, libinterp/dldfcn/recorder_class.cc: Include config.h before all other header files.
author Mike Miller <mtmiller@ieee.org>
date Tue, 01 Oct 2013 23:42:43 -0400
parents 8bb399569393
children 36a26a131209
comparison
equal deleted inserted replaced
19534:8bb399569393 19535:1f551d169db2
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with Octave; see the file COPYING. If not, see 18 along with Octave; see the file COPYING. If not, see
19 <http://www.gnu.org/licenses/>. 19 <http://www.gnu.org/licenses/>.
20 20
21 */ 21 */
22
23 #ifdef HAVE_CONFIG_H
24 #include <config.h>
25 #endif
22 26
23 #include "oct.h" 27 #include "oct.h"
24 #include "ov-struct.h" 28 #include "ov-struct.h"
25 29
26 #ifdef HAVE_PORTAUDIO 30 #ifdef HAVE_PORTAUDIO