opnsense-ports/databases/mysql-q4m/files/patch-src__queue_cond.cc
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
263 B
C++

--- src/queue_cond.cc.orig 2013-03-22 15:35:15.000000000 +0900
+++ src/queue_cond.cc 2014-01-22 18:55:04.861289350 +0900
@@ -10,6 +10,7 @@
#include <string>
#include <iostream>
#endif
+#include "queue_config.h"
#include "queue_cond.h"
using namespace std;