be09f3c4f8
Integrated commands DIR and era. Date and time functions.
12 lines
272 B
C++
12 lines
272 B
C++
$NetBSD: patch-cpm.cpp,v 1.2 2013/08/21 10:23:41 shattered Exp $
|
|
|
|
--- cpm.cpp.orig 2005-05-16 20:19:55.000000000 +0000
|
|
+++ cpm.cpp
|
|
@@ -19,6 +19,7 @@
|
|
#include <memory>
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
#include <ctype.h>
|