changeset 19669:c2031ad6dbe7

Fix octave header includes in audiodevinfo * audiodevinfo.cc: change includes to use local octave headers
author Vytautas Jančauskas <unaudio@gmail.com>
date Wed, 11 Sep 2013 21:32:14 +0300
parents d5df41e52848
children 2e174b5e7703
files libinterp/dldfcn/audiodevinfo.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/audiodevinfo.cc
+++ b/libinterp/dldfcn/audiodevinfo.cc
@@ -1,5 +1,5 @@
-#include <octave/oct.h>
-#include <octave/ov-struct.h>
+#include "oct.h"
+#include "ov-struct.h"
 #include <portaudio.h>
 
 #include "common.h"