1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/srg/files/patch-resolver-test-cpp
Pav Lucistnik e9728c9583 - Update to 1.1
PR:		ports/73507
Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
Approved by:	maintainer
2004-11-05 12:47:58 +00:00

12 lines
281 B
Plaintext

--- resolver-test.cpp.orig Thu Oct 28 10:31:59 2004
+++ resolver-test.cpp Thu Oct 28 10:33:18 2004
@@ -1,5 +1,7 @@
-#include "resolver.hh"
+#include <sys/param.h>
#include <assert.h>
+
+#include "resolver.hh"
/*
Originally Written by John MacPherson <jrm21@cs.waikato.ac.nz>