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-21 23:12:50 +0900
commit0b1a1ab8998a961fcf1351c9647b16e05c99a841 (patch)
treef1636dff4a1a4f9397c159c3f37adb64a6d02bc7
parentb2e6bdba6c685fd45d6a4417926a48e5ef9bc19f (diff)
downloadpolkit-tqt-master.tar.gz
polkit-tqt-master.zip
Make sure TQ_EXPORT is defined before it is usedHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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