1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Merge branch 'master' into osx-functional

This commit is contained in:
James Booth 2016-01-19 23:00:25 +00:00
commit 37c96aa399
3 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@
*/
#include "config.h"
#include <sys/select.h>
#include <assert.h>
#include <errno.h>
#include <stdlib.h>

View File

@ -34,6 +34,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/select.h>
#include <curl/curl.h>
#include <curl/easy.h>

View File

@ -35,6 +35,7 @@
#define _XOPEN_SOURCE_EXTENDED
#include "config.h"
#include <sys/select.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>