summaryrefslogtreecommitdiff
path: root/sysutils/dupmerge/files/patch-dupmerge.c
blob: 8c226c5f4de192d6e6a365590133cc321963e80b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- dupmerge.c.orig	2008-03-01 17:46:41.000000000 +0100
+++ dupmerge.c	2009-01-13 15:15:07.000000000 +0100
@@ -125,6 +125,7 @@
 #include <sys/wait.h>           // vfork
 #include <time.h>               // localtime
 
+#include <roken.h>
 
 #define mc_MIN(a, b) ((a) < (b) ? (a) : (b))
 #define mc_MAX(a, b) ((a) > (b) ? (a) : (b))