diff options
-rw-r--r-- | data.c | 2 | ||||
-rw-r--r-- | misc.c | 2 | ||||
-rw-r--r-- | network.c | 2 | ||||
-rw-r--r-- | ss.c | 3 |
4 files changed, 9 insertions, 0 deletions
@@ -18,6 +18,8 @@ * along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>. */ +#define _GNU_SOURCE +#include <stdio.h> #include <stdlib.h> #include <arpa/inet.h> @@ -18,6 +18,8 @@ * along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>. */ +#define _GNU_SOURCE +#include <stdio.h> #include <stdlib.h> #define LOG_TAG "RIL" @@ -21,6 +21,8 @@ * along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>. */ +#define _GNU_SOURCE +#include <stdio.h> #include <stdlib.h> #include <ctype.h> @@ -18,6 +18,9 @@ * along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>. */ +#define _GNU_SOURCE +#include <stdio.h> + #define LOG_TAG "RIL-SS" #include <utils/Log.h> |