opnsense-ports/mail/spamprobe/files/patch-src_includes_util.h
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
261 B
C++

--- src/includes/util.h.orig 2013-11-03 21:42:41.000000000 +0100
+++ src/includes/util.h 2013-11-03 21:42:54.000000000 +0100
@@ -42,6 +42,7 @@
#include <cassert>
#include <iostream>
#include <cstdio>
+#include <cstring>
#include "Ptr.h"
#include "Ref.h"