From d242458d5261449caffc6a28f6908b43497a3bfc Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 25 Mar 2015 16:39:21 -0300 Subject: [PATCH] Avoid warning calling unknown ~NativeDialogs on gcc --- src/she/common/system.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/she/common/system.h b/src/she/common/system.h index 3b50d15b8..911725ad0 100644 --- a/src/she/common/system.h +++ b/src/she/common/system.h @@ -16,6 +16,7 @@ #include "she/osx/native_dialogs.h" #else #include "she/clipboard_simple.h" + #include "she/native_dialogs.h" #endif #include "she/common/font.h"