1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Fix for bug #953 again

I can't believe it actually built for me with the previous attempt.
This commit is contained in:
Leland Lucius 2015-06-17 11:08:59 -05:00
parent 7184425d03
commit bb04d9cf4c

View File

@ -48,7 +48,7 @@
#if defined(__WXGTK__)
#if wxCHECK_VERSION(3, 0, 0)
#include <gtk/gtk.h>
#include "win_gtk.h"
#include <wx/win_gtk.h>
#else
#include <wx/gtk/win_gtk.h>
#include <gtk/gtk.h>