xloadimage/22-include.patch

17 lines
327 B
Diff

From: Jari Aalto <jari.aalto@cante.net>
Subject: Add include for functions like strcat() etc.
---
autoconfig.c | 1 +
1 file changed, 1 insertion(+)
--- a/autoconfig.c
+++ b/autoconfig.c
@@ -5,6 +5,7 @@
* jim frost 09.05.93
*/
+#include <string.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>