File: bug360492.dpatch

package info (click to toggle)
libcommoncpp2 1.5.1-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,732 kB
  • ctags: 3,544
  • sloc: cpp: 28,089; sh: 9,512; ansic: 1,118; makefile: 319; xml: 5
file content (21 lines) | stat: -rw-r--r-- 667 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /bin/sh /usr/share/dpatch/dpatch-run
## bug360492.dpatch by  Yan Morin <yan.morin@savoirfairelinux.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: http://bugs.debian.org/360492 

@DPATCH@
diff -urNad libcommoncpp2-1.3.26~/template/pointer.h libcommoncpp2-1.3.26/template/pointer.h
--- libcommoncpp2-1.3.26~/template/pointer.h	2006-02-25 23:36:00.000000000 +0000
+++ libcommoncpp2-1.3.26/template/pointer.h	2006-04-18 23:09:29.000000000 +0100
@@ -43,6 +43,10 @@
  * @short Template for creating reference count managed smart pointers.
  **/
 
+#ifndef CCXX_MISSING_H_
+#include <cc++/missing.h>
+#endif
+
 namespace ost {
 
 /**