Files
bsdports/gnome/libvte/files/patch-src_vteseq.c
2019-12-26 07:26:06 +00:00

11 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