@@ -12,6 +12,7 @@
#ifndef __AT_H__
#define __AT_H__
+#include <stddef.h>
#include <rtthread.h>
#ifdef __cplusplus
@@ -11,7 +11,7 @@
#include <at.h>
#include <stdio.h>
#include <string.h>
-
+#include <stdint.h>
#include <rtdevice.h>
#include <rthw.h>
@@ -10,6 +10,7 @@
#ifndef SAL_NETDB_H__
#define SAL_NETDB_H__
#include "sal_socket.h"
@@ -11,6 +11,7 @@
#ifndef SAL_SOCKET_H__
#define SAL_SOCKET_H__
#include <arpa/inet.h>
@@ -16,6 +16,7 @@
extern "C" {
#endif
#include <sal_netdb.h>
struct hostent *gethostbyname(const char *name);