freebsd-ports/games/shaaft/files/patch-Value.hpp
Pawel Pekala 74b9ba3341 - Fix build with clang
- Add DESKTOP_ENTRIES

PR:		ports/184813
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 10:42:42 +00:00

12 lines
281 B
C++

--- utils/Value.hpp.orig 2013-11-30 21:16:05.000000000 +0900
+++ utils/Value.hpp 2013-11-30 21:16:35.000000000 +0900
@@ -15,7 +15,8 @@
#ifndef _Value_hpp_
#define _Value_hpp_
-#include <stdio.h>
+#include <cstdio>
+#include <cstdlib>
#include <string>
#include <Trace.hpp>