mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
19 lines
350 B
Plaintext
19 lines
350 B
Plaintext
$NetBSD: patch-ai,v 1.1.1.1 2002/09/07 20:22:53 jschauma Exp $
|
|
|
|
--- bbapm.hh.orig Sat Sep 7 14:05:10 2002
|
|
+++ bbapm.hh Sat Sep 7 14:06:15 2002
|
|
@@ -21,9 +21,13 @@
|
|
#ifndef __MAIN_HH
|
|
#define __MAIN_HH
|
|
|
|
+#if defined(__NetBSD__)
|
|
+#include "net_apm.h"
|
|
+#else
|
|
extern "C" {
|
|
#include <apm.h>
|
|
}
|
|
+#endif
|
|
|
|
#include "Image.hh"
|
|
#include "Basewindow.hh"
|