blob: ece2bb83f16155225338bb87b9a371cbce2af269 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/slic3r/GUI/DesktopIntegrationDialog.cpp.orig 2024-12-20 11:54:34 UTC
+++ src/slic3r/GUI/DesktopIntegrationDialog.cpp
@@ -3,7 +3,7 @@
///|/
///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
///|/
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
#include "DesktopIntegrationDialog.hpp"
#include "GUI_App.hpp"
#include "GUI.hpp"
|