File: missing-import.patch

package info (click to toggle)
dbuskit 0.1.1-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,956 kB
  • sloc: objc: 10,543; sh: 9,463; ansic: 200; makefile: 32
file content (16 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
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>