ports/x11/xli/patches/patch-xlito_c

14 lines
229 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Missing string.h include.
Index: xlito.c
--- xlito.c.orig
+++ xlito.c
@@ -1,6 +1,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <ctype.h>
#include <errno.h>
#include "ddxli.h"