2013-09-26 17:14:40 +02:00

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"