diff options
Diffstat (limited to 'network.c')
-rw-r--r-- | network.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |