12 lines
321 B
Plaintext
12 lines
321 B
Plaintext
$OpenBSD: patch-help_c,v 1.1 2010/03/23 20:38:20 jasper Exp $
|
|
--- help.c.orig Tue Mar 23 21:33:34 2010
|
|
+++ help.c Tue Mar 23 21:34:18 2010
|
|
@@ -19,6 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
|
*/
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <gtk/gtk.h>
|
|
|
|
#include "help.h"
|