File: 17-fix-implicit-global-declarations.patch

package info (click to toggle)
pvm 3.4.6-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,284 kB
  • sloc: ansic: 72,074; makefile: 1,198; fortran: 631; sh: 285; csh: 74; asm: 37
file content (21 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/src/global.h
+++ b/src/global.h
@@ -156,6 +156,8 @@
  *
  */
 
+#include "pvmtev.h"
+ 
 
 /* UDPMAXLEN should be set to the largest UDP message length
    your system can handle. */
@@ -318,6 +320,9 @@
 
 /* General Trace Globals Declarations */
 
+struct Pvmtevdid;
+struct Pvmtevinfo;
+
 extern	struct Pvmtevdid pvmtevdidlist[];
 
 extern	struct Pvmtevinfo pvmtevinfo[];