mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
297 B
C
13 lines
297 B
C
$NetBSD: patch-scenes.h,v 1.1 2011/12/05 22:48:03 joerg Exp $
|
|
|
|
--- scenes.h.orig 2011-12-05 19:54:48.000000000 +0000
|
|
+++ scenes.h
|
|
@@ -55,6 +55,6 @@ typedef const struct {
|
|
_base base[SCENE_BASE_MAX];
|
|
} _scene;
|
|
|
|
-extern _scene scene[];
|
|
+extern "C" _scene scene[];
|
|
|
|
#endif // XKOBO_H_SCENES
|