From 12b9cd238690a06deeae7d5f4200ff52b5741141 Mon Sep 17 00:00:00 2001 From: jfreegman Date: Wed, 27 Mar 2019 01:38:15 -0400 Subject: [PATCH] Fix header issues --- src/audio_device.h | 2 +- src/groupchat.c | 1 + src/notify.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/audio_device.h b/src/audio_device.h index 267f1d5..aea4715 100644 --- a/src/audio_device.h +++ b/src/audio_device.h @@ -31,7 +31,7 @@ #define OPENAL_BUFS 5 #define MAX_DEVICES 32 -#include + #include "windows.h" typedef enum DeviceType { diff --git a/src/groupchat.c b/src/groupchat.c index 42a092e..b21e918 100644 --- a/src/groupchat.c +++ b/src/groupchat.c @@ -30,6 +30,7 @@ #include #include #include +#include #ifdef AUDIO #ifdef __APPLE__ diff --git a/src/notify.h b/src/notify.h index 859fff9..3b29fe6 100644 --- a/src/notify.h +++ b/src/notify.h @@ -23,7 +23,7 @@ #ifndef NOTIFY_H #define NOTIFY_H -#include +#include #include "windows.h" typedef enum _Notification {