34721f5003
from Arthur Johnson <arthur@linuxbox.nu>, additional work by me
14 lines
335 B
Plaintext
14 lines
335 B
Plaintext
$OpenBSD: patch-ari-yahoo_c,v 1.1.1.1 2000/12/24 14:08:54 naddy Exp $
|
|
--- ari-yahoo.c.orig Sat Dec 23 21:27:23 2000
|
|
+++ ari-yahoo.c Sat Dec 23 21:29:06 2000
|
|
@@ -10,6 +10,9 @@
|
|
#include "config.h"
|
|
|
|
#include <stdio.h>
|
|
+#ifdef HAVE_STRING_H
|
|
+#include <string.h>
|
|
+#endif
|
|
#include <unistd.h>
|
|
#include <sys/types.h>
|
|
#include <curses.h>
|