Browse Source

Fix warnings (add missing includes)

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2401 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
nedko 17 years ago
parent
commit
5a6167b256
3 changed files with 3 additions and 1 deletions
  1. +1
    -0
      linux/alsa/hammerfall.c
  2. +1
    -0
      linux/alsa/hdsp.c
  3. +1
    -1
      linux/alsa/ice1712.c

+ 1
- 0
linux/alsa/hammerfall.c View File

@@ -25,6 +25,7 @@
#include "hardware.h" #include "hardware.h"
#include "alsa_driver.h" #include "alsa_driver.h"
#include "hammerfall.h" #include "hammerfall.h"
#include "JackError.h"


#define FALSE 0 #define FALSE 0
#define TRUE 1 #define TRUE 1


+ 1
- 0
linux/alsa/hdsp.c View File

@@ -22,6 +22,7 @@
#include "hardware.h" #include "hardware.h"
#include "alsa_driver.h" #include "alsa_driver.h"
#include "hdsp.h" #include "hdsp.h"
#include "JackError.h"


/* Constants to make working with the hdsp matrix mixer easier */ /* Constants to make working with the hdsp matrix mixer easier */
static const int HDSP_MINUS_INFINITY_GAIN = 0; static const int HDSP_MINUS_INFINITY_GAIN = 0;


+ 1
- 1
linux/alsa/ice1712.c View File

@@ -27,7 +27,7 @@
#include "alsa_driver.h" #include "alsa_driver.h"
#include "ice1712.h" #include "ice1712.h"
//#include <jack/internal.h> //#include <jack/internal.h>
#include "JackError.h"




static int static int


Loading…
Cancel
Save