blob: 0ab9f37baa034f01ae39cecffc9874be460ef0f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1 2001/02/19 13:30:26 simonb Exp $
--- libcdcx.c.orig Mon Feb 12 12:28:18 2001
+++ libcdcx.c Tue Feb 20 00:13:21 2001
@@ -32,6 +32,8 @@
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include "libcdcx.h"
|