File: missing-import.patch

package info (click to toggle)
dbuskit 0.1.1-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,948 kB
  • sloc: objc: 10,544; sh: 9,464; ansic: 200; makefile: 33
file content (16 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Add missing #import.
Origin: upstream, commit:1e4da1a
Forwarded: not-needed
Last-Update: 2024-09-07
---

--- dbuskit.orig/Source/DKObjectPathNode.m
+++ dbuskit/Source/DKObjectPathNode.m
@@ -24,6 +24,7 @@
 #import "DKObjectPathNode.h"
 #import "DKInterface.h"
 #import "DKProxy+Private.h"
+#import "DKEndpoint.h"
 
 #import <Foundation/NSArray.h>
 #import <Foundation/NSDictionary.h>