From de0045cf1b0a5e20fbf74da192039d344ee8d0c7 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 21 Feb 2017 00:05:15 -0300 Subject: -renamed globals.h to global_config.cpp (this seems to have caused a few modified files) -.pck and .zip exporting redone, seems to be working.. --- drivers/alsa/audio_driver_alsa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/alsa') diff --git a/drivers/alsa/audio_driver_alsa.cpp b/drivers/alsa/audio_driver_alsa.cpp index 8984d412a3..f2616b11b8 100644 --- a/drivers/alsa/audio_driver_alsa.cpp +++ b/drivers/alsa/audio_driver_alsa.cpp @@ -30,7 +30,7 @@ #ifdef ALSA_ENABLED -#include "globals.h" +#include "global_config.h" #include -- cgit v1.2.3