OSDN Git Service

Wifi Hal: Adding inclusion of stdint.h in wifi_hal.h
authorAmarnath Hullur Subramanyam <amarnath@codeaurora.org>
Tue, 17 Jun 2014 02:50:24 +0000 (19:50 -0700)
committerVinit Deshpande <vinitd@google.com>
Thu, 10 Jul 2014 19:29:32 +0000 (12:29 -0700)
Change-Id: I8c7c103c5b12e2b9dc82f9cfd429f22d6ebfb943

include/hardware_legacy/wifi_hal.h

index 6afc256..4fe8d47 100644 (file)
@@ -17,6 +17,8 @@
 #ifndef __WIFI_HAL_H__
 #define __WIFI_HAL_H__
 
+#include <stdint.h>
+
 typedef enum {
     WIFI_SUCCESS = 0,
     WIFI_ERROR_NONE = 0,