mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
46c96104c7
- Add PLOTUTILS option - Support staging PR: ports/182800 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
15 lines
272 B
C++
15 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"
|