From 2bd5083b8f3a77466bf49f7c7948bd631dc73e79 Mon Sep 17 00:00:00 2001 From: louisabraham Date: Fri, 7 Oct 2016 19:24:31 +0200 Subject: [PATCH 1/2] Corrected brew errors (#413) Corrected brew errors --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 15f96cc..39bd0ea 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -29,8 +29,8 @@ Using [Homebrew](http://brew.sh): ``` brew install openal-soft freealut libconfig -brew install https://raw.githubusercontent.com/Tox/homebrew-tox/master/Formula/libtoxcore.rb -brew install https://raw.githubusercontent.com/Homebrew/homebrew-x11/master/libnotify.rb +brew install --HEAD https://raw.githubusercontent.com/Tox/homebrew-tox/master/Formula/libtoxcore.rb +brew install libnotify ``` You can omit `libnotify` if you intend to build without desktop notifications enabled. From a26ed9d28fd0f39b9a3bb5ee607043349c8d927d Mon Sep 17 00:00:00 2001 From: tharvik Date: Tue, 18 Oct 2016 09:38:28 +0200 Subject: [PATCH 2/2] add missing implicit include --- src/qr_code.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qr_code.c b/src/qr_code.c index 83ea5ac..bd212a5 100644 --- a/src/qr_code.c +++ b/src/qr_code.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "toxic.h" #include "windows.h"