12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
$OpenBSD: patch-opening_c,v 1.1 2003/09/28 01:08:49 naddy Exp $
|
|
--- opening.c.orig 2003-09-28 03:00:32.000000000 +0200
|
|
+++ opening.c 2003-09-28 03:00:43.000000000 +0200
|
|
@@ -8,6 +8,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include <X11/Xlib.h>
|
|
#include <X11/Xutil.h>
|
|
#include <X11/keysym.h>
|