1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/textproc/ssddiff/files/patch-src__rel_count.h
Alexey Dokuchaev 1f53707790 Resurrect `textproc/ssddiff' and unbreak by providing a bunch of working
mirrors.  Original upstream (alioth.debian.org) exists and seems alive,
but for some reason no longer allows unauthenticated downloads.  Keep it
for the reference though, it might get fixed one day.
2017-06-19 03:46:46 +00:00

11 lines
202 B
C++

--- src/rel_count.h.orig
+++ src/rel_count.h
@@ -13,6 +13,7 @@
#define SSD_REL_COUNT_H
#include "config.h"
#include "rel_eqclass.h"
+#include <climits>
#include <vector>
#include <ext/hash_map>