freebsd-ports/audio/pms/files/patch-src_message.h
Thomas Zander 20176264db Fix build failure on FreeBSD 10
Approved by:	maintainer (ashish), mentor (thierry)
2014-01-23 18:32:31 +00:00

10 lines
221 B
C++

--- src/message.h.orig 2010-01-02 21:53:36.000000000 +0100
+++ src/message.h 2014-01-19 16:59:54.616726275 +0100
@@ -25,6 +25,7 @@
#define _PMS_MESSAGE_H_
#include <string>
+#include <ctime>
using namespace std;