1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/science/qcl/files/patch-options.cc
Pawel Pekala 46c96104c7 - Update to version 0.6.3
- Add PLOTUTILS option
- Support staging

PR:		ports/182800
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-10-30 17:57:33 +00:00

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"