- Add PLOTUTILS option - Support staging PR: ports/182800 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
14 lines
272 B
C++
14 lines
272 B
C++
--- options.cc.orig
|
|
+++ options.cc
|
|
@@ -13,8 +13,9 @@
|
|
************************************************************************/
|
|
|
|
|
|
-#include <stdio.h>
|
|
-#include <time.h>
|
|
+#include <cstdio>
|
|
+#include <cstring>
|
|
+#include <ctime>
|
|
|
|
#include "options.h"
|
|
#include "error.h"
|