1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Merge branch 'master' into osx-functional

This commit is contained in:
James Booth 2016-05-11 22:51:17 +01:00
commit 80aa5dd028
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -35,10 +35,10 @@
#define _XOPEN_SOURCE_EXTENDED
#include "config.h"
#include <stdio.h>
#include <sys/select.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <wchar.h>
#include <sys/time.h>
#include <errno.h>

View File

@ -33,6 +33,7 @@
*/
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_LIBMESODE
#include <mesode.h>