mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
353 B
Plaintext
16 lines
353 B
Plaintext
$NetBSD: patch-tutorial_nomenus_cc,v 1.1 2012/06/28 03:16:07 dholland Exp $
|
|
|
|
- Use standard headers.
|
|
|
|
--- tutorial/nomenus.cc~ 2012-06-28 02:28:23.000000000 +0000
|
|
+++ tutorial/nomenus.cc
|
|
@@ -5,6 +5,8 @@
|
|
* Modified by Max Okumoto <okumoto@ucsd.edu>
|
|
*/
|
|
|
|
+#include <cstring>
|
|
+
|
|
#define Uses_MsgBox
|
|
#define Uses_TApplication
|
|
#define Uses_TBackground
|