summaryrefslogtreecommitdiffstats
path: root/core_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'core_internal.h')
-rw-r--r--core_internal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/core_internal.h b/core_internal.h
index 5bff1c8..f3fcb48 100644
--- a/core_internal.h
+++ b/core_internal.h
@@ -7,10 +7,10 @@
* core_internal.h - AVIRT internal header
*/
-#ifndef __AVIRT_CORE_INTERNAL_H__
-#define __AVIRT_CORE_INTERNAL_H__
+#ifndef __SOUND_AVIRT_CORE_H
+#define __SOUND_AVIRT_CORE_H
-#include <avirt/core.h>
+#include <sound/avirt.h>
#include "utils.h"
@@ -64,4 +64,4 @@ struct avirt_stream *__avirt_stream_find_by_device(unsigned int device);
*/
struct avirt_stream *__avirt_stream_create(const char *name, int direction);
-#endif // __AVIRT_CORE_INTERNAL_H__
+#endif /* __SOUND_AVIRT_CORE_H */