OSDN Git Service

Fixed #ifdef
authorAbramo Bagnara <abramo@alsa-project.org>
Thu, 30 Dec 1999 12:27:38 +0000 (12:27 +0000)
committerAbramo Bagnara <abramo@alsa-project.org>
Thu, 30 Dec 1999 12:27:38 +0000 (12:27 +0000)
src/pcm/pcm_misc.c

index f4cf49a..a74b1b0 100644 (file)
@@ -19,7 +19,7 @@
  *
  */
   
-#ifdef ALSA_BUILD
+#ifdef __KERNEL__
 #include "../include/driver.h"
 #else
 #include <stdio.h>