fix more freebsd warnings

This commit is contained in:
Vincent Sanders 2016-02-12 15:45:49 +00:00
parent 8a075b7142
commit fb95797862
2 changed files with 5 additions and 0 deletions

View File

@ -95,6 +95,10 @@
#include <string.h>
#include <strings.h>
#include <time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <curl/curl.h>
#include "utils/nsoption.h"

View File

@ -28,6 +28,7 @@
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#define _WITH_GETLINE /* necessary for FreeBSD */
#include <stdio.h>
#include <unistd.h>
#include <gtk/gtk.h>