mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-03 18:01:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			638 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			638 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 0bb6c9dd19989dcc54d0a2c93bb67b5db9abff0f Mon Sep 17 00:00:00 2001
 | 
						|
From: Brandon Boese <brandonboese@protonmail.com>
 | 
						|
Date: Sun, 31 Dec 2023 13:37:18 -0500
 | 
						|
Subject: [PATCH] include paths.h
 | 
						|
 | 
						|
---
 | 
						|
 src/plugin/placesmodel/qmtabparser.cpp | 2 ++
 | 
						|
 1 file changed, 2 insertions(+)
 | 
						|
 | 
						|
diff --git a/src/plugin/placesmodel/qmtabparser.cpp b/src/plugin/placesmodel/qmtabparser.cpp
 | 
						|
index 0ce1e73b..45549b42 100644
 | 
						|
--- a/src/plugin/placesmodel/qmtabparser.cpp
 | 
						|
+++ b/src/plugin/placesmodel/qmtabparser.cpp
 | 
						|
@@ -24,6 +24,8 @@
 | 
						|
 #include <QFileInfo>
 | 
						|
 #include <QStringList>
 | 
						|
 
 | 
						|
+#include <paths.h>
 | 
						|
+
 | 
						|
 class MtabFileGuard
 | 
						|
 {
 | 
						|
     FILE *mtabFile;
 | 
						|
-- 
 | 
						|
2.43.0
 | 
						|
 |