mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
314 B
Plaintext
17 lines
314 B
Plaintext
$NetBSD: patch-myregex_cc,v 1.1 2012/05/10 02:04:36 dholland Exp $
|
|
|
|
Use standard headers.
|
|
|
|
--- myregex.cc~ 2004-05-29 23:00:06.000000000 +0000
|
|
+++ myregex.cc
|
|
@@ -19,7 +19,8 @@
|
|
#ifdef HAVE_CONFIG_H
|
|
#include "config.h"
|
|
#endif
|
|
-#include <stdlib.h>
|
|
+#include <cstring>
|
|
+#include <cstdlib>
|
|
#include "myregex.h"
|
|
|
|
|