freebsd-ports/x11-toolkits/vte290/files/patch-src_vteseq.c
Koop Mast 1c0c09773f Readd vte3 0.34.7 as vte290. There are still some programs that need the
older 2.90 API. Since the vte3 got updated to 0.38 which has the 2.91 API.
2015-01-15 14:55:12 +00:00

10 lines
224 B
C

--- src/vteseq.c.orig Mon Jun 12 20:27:00 2006
+++ src/vteseq.c Mon Jun 12 20:27:19 2006
@@ -20,6 +20,7 @@
#include "../config.h"
#ifdef HAVE_SYS_SYSLIMITS_H
+#include <sys/cdefs.h>
#include <sys/syslimits.h>
#endif