summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-21 23:12:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-28 09:21:02 +0900
commitda5de49907f3c82462df8d91d559a7faa01dfa0d (patch)
treef1636dff4a1a4f9397c159c3f37adb64a6d02bc7
parent446ba00728d674e2d8d6484ab53640172514314d (diff)
downloadpolkit-tqt-da5de49907f3c82462df8d91d559a7faa01dfa0d.tar.gz
polkit-tqt-da5de49907f3c82462df8d91d559a7faa01dfa0d.zip
Make sure TQ_EXPORT is defined before it is usedr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0b1a1ab8998a961fcf1351c9647b16e05c99a841)
-rw-r--r--polkit-tqt-export.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/polkit-tqt-export.h b/polkit-tqt-export.h
index f1768098b..86cb59ab4 100644
--- a/polkit-tqt-export.h
+++ b/polkit-tqt-export.h
@@ -22,6 +22,8 @@
#ifndef POLKIT_TQT_EXPORT_H
#define POLKIT_TQT_EXPORT_H
+#include <tqglobal.h>
+
#define POLKIT_TQT_EXPORT TQ_EXPORT
#endif