OSDN Git Service

am 06fcfc50: am 02e30945: Merge "Fix missing #includes in hardware/libhardware."
authorElliott Hughes <enh@google.com>
Tue, 30 Dec 2014 12:27:44 +0000 (12:27 +0000)
committerAndroid Git Automerger <android-git-automerger@android.com>
Tue, 30 Dec 2014 12:27:44 +0000 (12:27 +0000)
* commit '06fcfc506c44724bbd8089e8971b77aa8edfdde8':
  Fix missing #includes in hardware/libhardware.

1  2 
modules/usbaudio/alsa_device_proxy.c

  
  #include <log/log.h>
  
+ #include <errno.h>
  #include "alsa_device_proxy.h"
  
 -#include "logging.h"
 +#include "audio_logging.h"
  
  #define DEFAULT_PERIOD_SIZE     1024
  #define DEFAULT_PERIOD_COUNT    2