Merge d98f57876f on remote branch

Change-Id: I539218e4d40ef020b4913e1540ab8acbf7db1d88
This commit is contained in:
Linux Build Service Account 2014-12-08 00:06:00 -07:00
commit 64f15fc591
2 changed files with 2 additions and 3 deletions

View file

@ -54,7 +54,6 @@
#include "qsap_api.h"
#include "qsap.h"
#include "libwpa_client/wpa_ctrl.h"
#include <sys/system_properties.h>

View file

@ -39,8 +39,8 @@ typedef unsigned char u8;
typedef char s8;
typedef unsigned short int u16;
typedef signed short int s16;
typedef unsigned long int u32;
typedef signed long int s32;
typedef unsigned int u32;
typedef signed int s32;
/** Success and error messages */
#define SUCCESS "success"